Changeset 10144 for code/branches/towerdefenseHS14/src/libraries/core
- Timestamp:
- Dec 3, 2014, 12:49:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/towerdefenseHS14/src/libraries/core/input/InputManager.cc
r9667 r10144 175 175 176 176 if (exclusiveMouse_ || GraphicsManager::getInstance().isFullScreen()) 177 { 177 { // HACK MARTIN for debugging, changed values here to true 178 178 if (CommandLineParser::getValue("keyboard_no_grab").get<bool>()) 179 179 paramList.insert(StringPair("x11_keyboard_grab", "false")); 180 180 else 181 paramList.insert(StringPair("x11_keyboard_grab", " true"));182 paramList.insert(StringPair("x11_mouse_grab", " true"));183 paramList.insert(StringPair("x11_mouse_hide", " true"));181 paramList.insert(StringPair("x11_keyboard_grab", "false")); 182 paramList.insert(StringPair("x11_mouse_grab", "false")); 183 paramList.insert(StringPair("x11_mouse_hide", "false")); 184 184 } 185 185 else
Note: See TracChangeset
for help on using the changeset viewer.