Changeset 1788 for code/trunk/src/core/input/InputManager.h
- Timestamp:
- Sep 15, 2008, 12:40:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/InputManager.h
r1755 r1788 129 129 InputState* getState (const std::string& name); 130 130 InputState* getCurrentState(); 131 ExtendedInputState* getMasterInputState() { return this->stateMaster_; } 131 132 bool requestDestroyState (const std::string& name); 132 133 bool requestEnterState (const std::string& name); … … 200 201 SimpleInputState* stateCalibrator_; 201 202 SimpleInputState* stateEmpty_; 203 ExtendedInputState* stateMaster_; //!< Always active master input state 202 204 203 205 std::map<std::string, InputState*> inputStatesByName_;
Note: See TracChangeset
for help on using the changeset viewer.