Reimplemented from OglGui::Window. Definition at line 104 of file SpinWheel.h. References OglGui::Window::DisplayFunc(), DrawWheel(), mIsPressed, PropagateScrolling(), and OglGui::RepeatTimer::RepeatTime(). 00105 { 00106 OGC oldOGC; 00107 00108 OGCSave(&oldOGC); 00109 00110 if (mIsPressed && RepeatTime()) 00111 PropagateScrolling(); 00112 00113 Window::DisplayFunc(); 00114 00115 DrawWheel(); 00116 OGCRestore(&oldOGC); 00117 }
Here is the call graph for this function:
|