Definition at line 143 of file WindowView2D.h. References OglGui::Window::KeyboardFunc(), and mActAsButton. 00144 { 00145 if (!mActAsButton && c >= oglUP && c <= oglESC) 00146 Window::KeyboardFunc(c, state | oglControl); 00147 /* RvB: I want to remove this one 00148 if (mWndView2DListener) 00149 mWndView2DListener->WndView2DKeyEvent(this, c, state, 00150 mListenerData); 00151 */ 00152 }
Here is the call graph for this function:
|