Can not grab mouse

This commit is contained in:
Patrice Mandin 2005-06-06 10:26:40 +00:00
parent 6d52440ebd
commit 767354efbc

View File

@ -125,5 +125,5 @@ int GEM_IconifyWindow(_THIS)
SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
{
return mode;
return SDL_GRAB_OFF;
}