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