Definition at line 421 of file ScrollBar.h. References OglGui::Window::KeyboardFunc(), OglGui::Window::mMapKeysTarget, mScrollKeyHandling, and ScrollKeys(). 00422 { 00423 Window::KeyboardFunc(c, state); 00424 if (!mMapKeysTarget && mScrollKeyHandling) 00425 ScrollKeys(c, state); 00426 }
Here is the call graph for this function:
|