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

virtual void OglGui::Camera3DMoveZ::KeyboardFunc ( int  c,
int  state 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 63 of file Camera3DMoveZ.h.

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

00064     {
00065         if (mTarget)
00066             mTarget->KeyboardFunc(c, state);
00067         Window::KeyboardFunc(c, state);
00068     }

Here is the call graph for this function:


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