SDL_GetKeyboardFocus

Query the window which currently has keyboard focus.

extern (C) nothrow @nogc extern
SDL_GetKeyboardFocus
()

Return Value

Type: SDL_Window*

the window with keyboard focus.

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

Meta