Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void OglGui::WindowView2DWithRect::KeyboardFunc ( INT  c,
INT  state 
) [inline, virtual]

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:


Generated on Thu Jan 13 09:26:04 2011 for ImpalaSrc by  doxygen 1.5.1