Definition at line 299 of file Slider.h. References mAutoDirection, mHorizontal, and OglGui::Window::ViewportFunc(). 00300 { 00301 Window::ViewportFunc(width, height); 00302 if (mAutoDirection) 00303 mHorizontal = width > height; 00304 }
Here is the call graph for this function:
|