SDL_GetMouseFocus

Get the window which currently has mouse focus.

extern (C) nothrow @nogc extern
SDL_GetMouseFocus
()

Return Value

Type: SDL_Window*

The window with mouse focus.

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

Meta