SDL_GetWindowMouseGrab

Get a window's mouse grab mode.

extern (C) nothrow @nogc extern
bool
SDL_GetWindowMouseGrab

Parameters

window SDL_Window*

the window to query.

Return Value

Type: bool

true if mouse is grabbed, and false otherwise.

Threadsafety: This function should only be called on the main thread.

See Also

Meta