pub unsafe extern "C" fn SDL_GetMouseFocus() -> *mut SDL_Window
dep_sdl3
Get the window which currently has mouse focus.
Returns the window with mouse focus.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.