Definition at line 128 of file IntervalChooser.h. References OglGui::OglWindow::W(). Referenced by HandleThumbs(), and SetNeedleX(). 00129 { 00130 int w = W(); 00131 if (x<0) x = 0; 00132 if (x>w) x = w; 00133 }
Here is the call graph for this function:
|