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

virtual void Impala::Visualization::VideoNav::KeyboardFunc ( int  c,
int  state 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 88 of file VideoNav.h.

References OglGui::Window::KeyboardFunc(), and ToggleHashValueDisplay().

00089     {
00090         if (c=='#') // hash sign
00091             ToggleHashValueDisplay();
00092         Window::KeyboardFunc(c,state);
00093     }

Here is the call graph for this function:


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