Definition at line 148 of file FXGLViewer.h. 00148 { 00149 HOVERING, // Hovering mouse w/o doing anything 00150 PICKING, // Pick mode 00151 ROTATING, // Rotating camera around target 00152 POSTING, // Posting right-mouse menu 00153 TRANSLATING, // Translating camera 00154 ZOOMING, // Zooming 00155 FOVING, // Change field-of-view 00156 DRAGGING, // Dragging objects 00157 TRUCKING, // Trucking camera 00158 GYRATING, // Rotation of camera around eye 00159 DO_LASSOSELECT, // Lasso select when mouse pressed 00160 LASSOSELECT, // Anchor of lasso rectangle 00161 DO_LASSOZOOM, // Zoom when mouse pressed 00162 LASSOZOOM // Zoom rectangle 00163 };
|