Function SDL_GetMouseFocus

pub unsafe extern "C" fn SDL_GetMouseFocus() -> *mut SDL_Window
Available on crate feature dep_sdl2 only.
Expand description

Get the window which currently has mouse focus.

\returns the window with mouse focus.

\since This function is available since SDL 2.0.0.