Get the mouse confinement rectangle of a window.
Defined in <SDL3/SDL_video.h>
const SDL_Rect * SDL_GetWindowMouseRect(SDL_Window *window);
SDL_Window * | window | the window to query. |
(const SDL_Rect *) Returns a pointer to the mouse confinement rectangle of a window, or NULL if there isn't one.
This function is available since SDL 3.1.3.
CategoryAPI, CategoryAPIFunction, CategoryVideo, CategoryMouse,