mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 19:51:40 -05:00
Can not grab mouse
This commit is contained in:
parent
6d52440ebd
commit
767354efbc
|
|
@ -125,5 +125,5 @@ int GEM_IconifyWindow(_THIS)
|
|||
|
||||
SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
|
||||
{
|
||||
return mode;
|
||||
return SDL_GRAB_OFF;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user