Changeset 1084 for code/trunk/src/core/InputManager.h
- Timestamp:
- Apr 16, 2008, 9:22:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/InputManager.h
r1066 r1084 72 72 void tick(float dt); 73 73 void setWindowExtents(int width, int height); 74 void setInputMode(InputMode mode);75 74 InputMode getInputMode(); 76 75 … … 84 83 static InputManager& getSingleton(); 85 84 static InputManager* getSingletonPtr() { return &getSingleton(); } 85 static void setInputMode(int mode); 86 86 87 87 private:
Note: See TracChangeset
for help on using the changeset viewer.