SDL_GetWindowKeyboardGrab

Get a window's keyboard grab mode.

extern (C) nothrow @nogc extern
bool
SDL_GetWindowKeyboardGrab

Parameters

window SDL_Window*

the window to query.

Return Value

Type: bool

true if keyboard is grabbed, and false otherwise.

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

See Also

Meta