Get a window's mouse grab mode.
Defined in <SDL3/SDL_video.h>
bool SDL_GetWindowMouseGrab(SDL_Window *window);
SDL_Window * | window | the window to query. |
(bool) Returns true if mouse is grabbed, and false otherwise.
This function is available since SDL 3.1.3.
CategoryAPI, CategoryAPIFunction, CategoryVideo, CategoryMouse,