Changeset 8470 in orxonox.OLD for branches/network/src/lib/event
- Timestamp:
- Jun 15, 2006, 3:08:55 PM (18 years ago)
- Location:
- branches/network/src/lib/event
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/event/event_handler.cc
r8228 r8470 502 502 503 503 504 int EventHandler::releaseMouse(void* p) 505 { 506 SDL_WM_GrabInput(SDL_GRAB_OFF); 507 SDL_ShowCursor(SDL_DISABLE); 508 return 0; 509 } 510 511 504 512 /** 505 513 * @param state The State to get the Name of. -
branches/network/src/lib/event/event_handler.h
r8148 r8470 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.