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

virtual void OglGui::TumblingView3D::MouseFunc ( INT  msg,
INT  but,
INT  state,
INT  x,
INT  y 
) [inline, virtual]

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:


Generated on Fri Mar 19 12:08:58 2010 for ImpalaSrc by  doxygen 1.5.1