Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 6, 2008, 3:01:27 PM (16 years ago)
Author:
rgrieder
Message:
  • I hate tabulators… And I always wondered how they got into my files.. Now I know: Line indentation with multiple lines has a bug in VC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/core/InputHandler.h

    r1236 r1237  
    9595    bool mouseWheelTurned   (const MouseState& state);
    9696
    97                 bool joyStickButtonPressed (const JoyStickState& state, int button);
    98                 bool joyStickButtonReleased(const JoyStickState& state, int button);
     97    bool joyStickButtonPressed (const JoyStickState& state, int button);
     98    bool joyStickButtonReleased(const JoyStickState& state, int button);
    9999    bool joyStickButtonHeld    (const JoyStickState& state, int button);
    100                 bool joyStickAxisMoved     (const JoyStickState& state, int axis)  ;
    101                 bool joyStickSliderMoved   (const JoyStickState& state, int index) ;
    102                 bool joyStickPovMoved      (const JoyStickState& state, int index) ;
    103                 bool joyStickVector3Moved  (const JoyStickState& state, int index) ;
     100    bool joyStickAxisMoved     (const JoyStickState& state, int axis)  ;
     101    bool joyStickSliderMoved   (const JoyStickState& state, int index) ;
     102    bool joyStickPovMoved      (const JoyStickState& state, int index) ;
     103    bool joyStickVector3Moved  (const JoyStickState& state, int index) ;
    104104
    105105  private: // variables
     
    153153  //private:
    154154  //  // input events
    155                 //bool keyPressed   (const OIS::KeyEvent   &arg);
    156                 //bool keyReleased  (const OIS::KeyEvent   &arg);
    157                 //bool keyHeld      (const OIS::KeyEvent   &arg);
     155    //bool keyPressed   (const OIS::KeyEvent   &arg);
     156    //bool keyReleased  (const OIS::KeyEvent   &arg);
     157    //bool keyHeld      (const OIS::KeyEvent   &arg);
    158158
    159159  //  bool mousePressed (const OIS::MouseEvent &arg, OIS::MouseButton id);
    160                 //bool mouseReleased(const OIS::MouseEvent &arg, OIS::MouseButton id);
    161                 //bool mouseHeld    (const OIS::MouseEvent &arg, OIS::MouseButton id);
     160    //bool mouseReleased(const OIS::MouseEvent &arg, OIS::MouseButton id);
     161    //bool mouseHeld    (const OIS::MouseEvent &arg, OIS::MouseButton id);
    162162  //  bool mouseMoved   (const OIS::MouseEvent &arg);
    163163
    164                 //bool buttonPressed (const OIS::JoyStickEvent &arg, int button);
    165                 //bool buttonReleased(const OIS::JoyStickEvent &arg, int button);
    166                 //bool buttonHeld    (const OIS::JoyStickEvent &arg, int button);
    167                 //bool axisMoved     (const OIS::JoyStickEvent &arg, int axis);
    168                 //bool sliderMoved   (const OIS::JoyStickEvent &arg, int id);
    169                 //bool povMoved      (const OIS::JoyStickEvent &arg, int id);
     164    //bool buttonPressed (const OIS::JoyStickEvent &arg, int button);
     165    //bool buttonReleased(const OIS::JoyStickEvent &arg, int button);
     166    //bool buttonHeld    (const OIS::JoyStickEvent &arg, int button);
     167    //bool axisMoved     (const OIS::JoyStickEvent &arg, int axis);
     168    //bool sliderMoved   (const OIS::JoyStickEvent &arg, int id);
     169    //bool povMoved      (const OIS::JoyStickEvent &arg, int id);
    170170  //};
    171171
Note: See TracChangeset for help on using the changeset viewer.