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

virtual void OglGui::CameraRotateControl::WindowMouseEvent ( Window src,
int  msg,
int  but,
int  state,
int  x,
int  y,
void *  listenerData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 74 of file CameraRotateControl.h.

References OglGui::CrossControl::mButtonGroup, and mCamRotate.

00076     {
00077         if (src==mButtonGroup && msg == oglMouseDblClick)
00078             mCamRotate = !mCamRotate;
00079     }


Generated on Fri Mar 19 11:58:33 2010 for ImpalaSrc by  doxygen 1.5.1