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