Get a window's mouse grab mode.
Defined in SDL_video.h
SDL_bool SDL_GetWindowMouseGrab(SDL_Window * window);
SDL_Window * | window | the window to query. |
(SDL_bool) Returns SDL_TRUE if mouse is grabbed, and SDL_FALSE otherwise.
This function is available since SDL 2.0.16.