Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9240 in orxonox.OLD for trunk/src/lib/event


Ignore:
Timestamp:
Jul 6, 2006, 12:25:44 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: better signal handler.
patched by chrigi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event_handler.cc

    r8992 r9240  
    507507int EventHandler::releaseMouse(void* p)
    508508{
     509  SDL_ShowCursor(SDL_ENABLE);
    509510  SDL_WM_GrabInput(SDL_GRAB_OFF);
    510   SDL_ShowCursor(SDL_DISABLE);
    511511  return 0;
    512512}
Note: See TracChangeset for help on using the changeset viewer.