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 }
|