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:
|