SDL_GetWindowRelativeMouseMode

Query whether relative mouse mode is enabled for a window.

extern (C) nothrow @nogc extern
bool
SDL_GetWindowRelativeMouseMode

Parameters

window SDL_Window*

the window to query.

Return Value

Type: bool

true if relative mode is enabled for a window or false otherwise.

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

See Also

Meta