Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:05:49 2010 for ImpalaSrc by  doxygen 1.5.1