SDL_GetGrabbedWindow

Get the window that currently has an input grab enabled.

extern (C) nothrow @nogc extern
SDL_GetGrabbedWindow
()

Return Value

Type: SDL_Window*

the window if input is grabbed or NULL otherwise.

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

See Also

Meta