Query whether relative mouse mode is enabled for a window.
Defined in <SDL3/SDL_mouse.h>
bool SDL_GetWindowRelativeMouseMode(SDL_Window *window);
SDL_Window * | window | the window to query. |
(bool) Returns true if relative mode is enabled for a window or false otherwise.
This function is available since SDL 3.1.3.