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

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

Reimplemented from OglGui::WindowListener.

Definition at line 69 of file CameraMoveControl.h.

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

00071     {
00072         if (src==mButtonGroup && msg == oglMouseDblClick)
00073             mCamMove = !mCamMove;
00074     }


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