- Timestamp:
- Dec 15, 2014, 3:58:14 PM (10 years ago)
- Location:
- code/branches/presentationHS14
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS14
- Property svn:mergeinfo changed
/code/branches/towerdefenseHS14 (added) merged: 10086,10091,10105-10106,10109,10123,10125-10126,10132,10134,10140-10142,10144,10146-10147,10151,10158-10159,10172
- Property svn:mergeinfo changed
-
code/branches/presentationHS14/src/libraries/core/input/InputManager.cc
r9667 r10181 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.