getMouseFocus method

Window getMouseFocus()

Get the window which currently has mouse focus.

SDL Docs

Implementation

Window getMouseFocus() => Window(this, sdl.SDL_GetMouseFocus());