Definition at line 161 of file WindowView2DWithRect.h. References OglGui::Window::KeyboardFunc(), and mActAsButton. 00162 { 00163 if (!mActAsButton && c >= oglUP && c <= oglESC) 00164 Window::KeyboardFunc(c, state | oglControl); 00165 }
Here is the call graph for this function:
|