mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 19:16:42 -05:00
Forgot to reshow mouse cursor when exiting grab/hide mode
This commit is contained in:
@@ -172,6 +172,7 @@ GEM_CheckMouseMode(_THIS)
|
||||
GEM_mouse_relative = SDL_TRUE;
|
||||
} else {
|
||||
GEM_mouse_relative = SDL_FALSE;
|
||||
graf_mouse(M_ON, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user