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

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

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:


Generated on Fri Mar 19 12:11:32 2010 for ImpalaSrc by  doxygen 1.5.1