Reimplemented from OglGui::Window. Definition at line 325 of file TimeLineViewStrip.h. References OglGui::Window::KeyboardFunc(), and mCurrentViewOnTop. 00326 { 00327 WindowTimeLine::KeyboardFunc(c,state); 00328 if (c=='v') 00329 mCurrentViewOnTop = (mCurrentViewOnTop+1) % 3; 00330 }
Here is the call graph for this function:
|