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/InputManager.h

    r1236 r1237  
    134134
    135135    // input events
    136                 bool mousePressed  (const OIS::MouseEvent    &arg, OIS::MouseButtonID id);
    137                 bool mouseReleased (const OIS::MouseEvent    &arg, OIS::MouseButtonID id);
     136    bool mousePressed  (const OIS::MouseEvent    &arg, OIS::MouseButtonID id);
     137    bool mouseReleased (const OIS::MouseEvent    &arg, OIS::MouseButtonID id);
    138138    bool mouseMoved    (const OIS::MouseEvent    &arg);
    139                 bool keyPressed    (const OIS::KeyEvent      &arg);
    140                 bool keyReleased   (const OIS::KeyEvent      &arg);
    141                 bool buttonPressed (const OIS::JoyStickEvent &arg, int button);
    142                 bool buttonReleased(const OIS::JoyStickEvent &arg, int button);
    143                 bool axisMoved     (const OIS::JoyStickEvent &arg, int axis);
    144                 bool sliderMoved   (const OIS::JoyStickEvent &arg, int id);
    145                 bool povMoved      (const OIS::JoyStickEvent &arg, int id);
    146                 bool vector3Moved  (const OIS::JoyStickEvent &arg, int id);
     139    bool keyPressed    (const OIS::KeyEvent      &arg);
     140    bool keyReleased   (const OIS::KeyEvent      &arg);
     141    bool buttonPressed (const OIS::JoyStickEvent &arg, int button);
     142    bool buttonReleased(const OIS::JoyStickEvent &arg, int button);
     143    bool axisMoved     (const OIS::JoyStickEvent &arg, int axis);
     144    bool sliderMoved   (const OIS::JoyStickEvent &arg, int id);
     145    bool povMoved      (const OIS::JoyStickEvent &arg, int id);
     146    bool vector3Moved  (const OIS::JoyStickEvent &arg, int id);
    147147
    148148    static InputManager& _getSingleton();
Note: See TracChangeset for help on using the changeset viewer.