Reimplemented from OglGui::Window. Reimplemented in OglGui::TextEditLineScroller. Definition at line 376 of file ScrollBar.h. References OglGui::Window::DisplayFunc(), mPagePressed, PropagateScrolling(), and OglGui::RepeatTimer::RepeatTime(). Referenced by OglGui::TextEditLineScroller::DisplayFunc(). 00377 { 00378 if (mPagePressed && RepeatTime()) 00379 PropagateScrolling(); 00380 00381 Window::DisplayFunc(); 00382 }
Here is the call graph for this function:
|