Changeset 5672 for code/branches/resource2/src/core/GUIManager.cc
- Timestamp:
- Aug 24, 2009, 10:12:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/core/GUIManager.cc
r5670 r5672 132 132 guiSystem_->injectMousePosition(mousePosition.first, mousePosition.second); 133 133 134 #ifdef ORXONOX_PLATFORM_WINDOWS135 134 // Hide the mouse cursor unless playing in fullscreen mode 136 135 if (!bFullScreen) 137 136 CEGUI::MouseCursor::getSingleton().hide(); 138 #endif139 137 } 140 138
Note: See TracChangeset
for help on using the changeset viewer.