Changeset 8042 for code/branches/mac_osx/src/libraries
- Timestamp:
- Mar 7, 2011, 7:15:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/libraries/core/GUIManager.cc
r7767 r8042 278 278 false | False | True | Dontcare 279 279 */ 280 281 #ifdef ORXONOX_PLATFORM_APPLE 282 // There is no non exclusive mode on OS X yet 283 state->setMouseExclusive(TriBool::True); 284 #else 280 285 if (showCursor == TriBool::Dontcare) 281 286 state->setMouseExclusive(TriBool::Dontcare); … … 284 289 else 285 290 state->setMouseExclusive(TriBool::False); 291 #endif 286 292 287 293 if (showCursor == TriBool::True)
Note: See TracChangeset
for help on using the changeset viewer.