Commit 19e3a037 authored by Patrice Mandin's avatar Patrice Mandin

Can not grab mouse

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401069
parent b2f12b09
...@@ -125,5 +125,5 @@ int GEM_IconifyWindow(_THIS) ...@@ -125,5 +125,5 @@ int GEM_IconifyWindow(_THIS)
SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode) SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
{ {
return mode; return SDL_GRAB_OFF;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment