Reimplemented from OglGui::Window. Definition at line 330 of file ImageSet.h. References OglGui::Window::KeyboardFunc(), mScrollBar, and OglGui::ScrollBar::ScrollKeys(). 00331 { 00332 Window::KeyboardFunc(c, state); 00333 if (mScrollBar) 00334 mScrollBar->ScrollKeys(c, state); 00335 }
Here is the call graph for this function:
|