Changeset 7811
- Timestamp:
- Dec 26, 2010, 1:06:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GUIManager.cc
r7801 r7811 288 288 { 289 289 InputState* state = InputManager::getInstance().createInputState(name); 290 if (!state) 291 return BLANKSTRING; 290 292 291 293 /* Table that maps isFullScreen() and showCursor to mouseExclusive
Note: See TracChangeset
for help on using the changeset viewer.