Changeset 5921 for code/branches/core5/src/libraries/core/input
- Timestamp:
- Oct 9, 2009, 5:09:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/input/InputManager.cc
r5910 r5921 168 168 paramList.insert(std::make_pair("XAutoRepeatOn", "true")); 169 169 170 if ( bExclusiveMouse_|| GraphicsManager::getInstance().isFullScreen())170 if (mouseMode_ == MouseMode::Exclusive || GraphicsManager::getInstance().isFullScreen()) 171 171 { 172 172 if (CommandLine::getValue("keyboard_no_grab").getBool())
Note: See TracChangeset
for help on using the changeset viewer.