- Timestamp:
- Oct 8, 2009, 9:47:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/input/InputManager.h
r5869 r5910 191 191 OIS::InputManager* oisInputManager_; //!< OIS input manager 192 192 std::vector<InputDevice*> devices_; //!< List of all input devices (keyboard, mouse, joy sticks) 193 bool bExclusiveMouse_;//!< Currently applied mouse mode193 MouseMode::Value mouseMode_; //!< Currently applied mouse mode 194 194 195 195 // some internally handled states and handlers
Note: See TracChangeset
for help on using the changeset viewer.