Changeset 2800 for code/branches/gui/src/core/input/InputManager.h
- Timestamp:
- Mar 19, 2009, 10:34:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/input/InputManager.h
r2662 r2800 125 125 bool requestLeaveState (const std::string& name); 126 126 127 void tick(float dt);127 void update(const Clock& time); 128 128 129 129 static InputManager& getInstance() { assert(singletonRef_s); return *singletonRef_s; }
Note: See TracChangeset
for help on using the changeset viewer.