Definition at line 109 of file SixView2DWindow.h. References OglGui::Window::KeyboardFunc(), and mLayout. 00110 { 00111 if(c == '*') 00112 mLayout = ++mLayout % 5; 00113 00114 Window::KeyboardFunc(c, state); 00115 }
Here is the call graph for this function:
|