Changeset 8623 in orxonox.OLD for trunk/src/lib/event
- Timestamp:
- Jun 20, 2006, 1:39:01 PM (19 years ago)
- Location:
- trunk/src/lib/event
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/event/event_handler.cc
r8619 r8623 503 503 504 504 505 int EventHandler::releaseMouse(void* p) 506 { 507 SDL_WM_GrabInput(SDL_GRAB_OFF); 508 SDL_ShowCursor(SDL_DISABLE); 509 return 0; 510 } 511 512 505 513 /** 506 514 * @param state The State to get the Name of. -
trunk/src/lib/event/event_handler.h
r8148 r8623 56 56 static elState StringToELState(const std::string& stateName); 57 57 58 static int releaseMouse(void* p); 59 58 60 private: 59 61 EventHandler();
Note: See TracChangeset
for help on using the changeset viewer.