Definition at line 30 of file TumblingView3D.h. References OglGui::Window::MouseFunc(), and OglGui::WindowView3D::mView. 00031 { 00032 WindowView3D::MouseFunc( msg, but, state, x, y); 00033 if (msg == oglMouseUp && but == oglLeftButton && !state && mView) 00034 mView->z = -20; 00035 }
Here is the call graph for this function:
|