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