Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6169 in orxonox.OLD for branches/christmas_branche/src/lib/event


Ignore:
Timestamp:
Dec 20, 2005, 12:22:17 AM (19 years ago)
Author:
patrick
Message:

christmas: model loading progress

File:
1 edited

Legend:

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

    r6167 r6169  
    259259{
    260260  this->eventsGrabbed = grabEvents;
    261 //   if(!grabEvents)
    262 //     SDL_WM_GrabInput(SDL_GRAB_OFF);
    263 //   else
    264 //     SDL_WM_GrabInput(SDL_GRAB_ON);
     261  if(!grabEvents)
     262    SDL_WM_GrabInput(SDL_GRAB_OFF);
     263  else
     264    SDL_WM_GrabInput(SDL_GRAB_ON);
    265265}
    266266
Note: See TracChangeset for help on using the changeset viewer.