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