SDL2 Wiki

(See SDL3/SDL_GetWindowMouseGrab for the SDL3 version.)

SDL_GetWindowMouseGrab

Get a window's mouse grab mode.

Header File

Defined in SDL_video.h

Syntax

SDL_bool SDL_GetWindowMouseGrab(SDL_Window * window);

Function Parameters

SDL_Window * window the window to query.

Return Value

(SDL_bool) Returns SDL_TRUE if mouse is grabbed, and SDL_FALSE otherwise.

Version

This function is available since SDL 2.0.16.

See Also


CategoryAPI, CategoryAPIFunction, CategoryVideo


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.