Ignore:
Timestamp:
Aug 19, 2010, 5:33:35 PM (14 years ago)
Author:
garnier
Message:

shorcuts better implementation, Mouse move volume follow mouse position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r1332 r1333  
    120120  void moveScene(float, float, float,bool);
    121121  void FinishView();
     122#if QT_VERSION < 0x040000
     123  void updateKeyModifierState(Qt::ButtonState);
     124#else
     125  void updateKeyModifierState(Qt::KeyboardModifiers);
     126#endif
    122127
    123128
     
    202207  G4double fXRot;
    203208  G4double fYRot;
     209  bool fNoKeyPress;
     210  bool fAltKeyPress;
     211  bool fControlKeyPress;
     212  bool fShiftKeyPress;
    204213
    205214signals:
Note: See TracChangeset for help on using the changeset viewer.