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

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

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:


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