Get the window which currently has mouse focus.
Defined in SDL_mouse.h
SDL_Window * SDL_GetMouseFocus(void);
(SDL_Window *) Returns the window with mouse focus.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryMouse