Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 3:08:55 PM (18 years ago)
Author:
bensch
Message:

orxonox/network: signal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/event/event_handler.cc

    r8228 r8470  
    502502
    503503
     504int EventHandler::releaseMouse(void* p)
     505{
     506  SDL_WM_GrabInput(SDL_GRAB_OFF);
     507  SDL_ShowCursor(SDL_DISABLE);
     508  return 0;
     509}
     510
     511
    504512/**
    505513 * @param state The State to get the Name of.
Note: See TracChangeset for help on using the changeset viewer.