Changeset 9524 for code/branches
- Timestamp:
- Dec 16, 2012, 9:17:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/core/input/InputManager.cc
r8858 r9524 176 176 if (exclusiveMouse_ || GraphicsManager::getInstance().isFullScreen()) 177 177 { 178 if (CommandLineParser::getValue("keyboard_no_grab").get Bool())178 if (CommandLineParser::getValue("keyboard_no_grab").get<bool>()) 179 179 paramList.insert(StringPair("x11_keyboard_grab", "false")); 180 180 else
Note: See TracChangeset
for help on using the changeset viewer.