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

template<class ArrayT>
virtual void Impala::Application::WindowShow< ArrayT >::KeyboardFunc ( INT  c,
int  state 
) [inline, protected, virtual]

Definition at line 180 of file mainShow.cpp.

References OglGui::Window::KeyboardFunc(), and Impala::Application::WindowShow< ArrayT >::RequestNext().

00181     {
00182         if (c == oglRIGHT)
00183             RequestNext(1);
00184         if (c == oglLEFT)
00185             RequestNext(-1);
00186         if (c == 'Q')
00187             exit(0);
00188 
00189         Visualization::Window::KeyboardFunc(c, state);
00190     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:37:38 2010 for ImpalaSrc by  doxygen 1.5.1