Reimplemented from OglGui::Window. Definition at line 88 of file VideoNav.h. References OglGui::Window::KeyboardFunc(), and ToggleHashValueDisplay(). 00089 { 00090 if (c=='#') // hash sign 00091 ToggleHashValueDisplay(); 00092 Window::KeyboardFunc(c,state); 00093 }
Here is the call graph for this function:
|