Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:10 2011 for ImpalaSrc by  doxygen 1.5.1