Function SDL_GetKeyboardFocus
pub unsafe extern "C" fn SDL_GetKeyboardFocus() -> *mut SDL_Window
Available on crate feature
dep_sdl2
only.Expand description
Query the window which currently has keyboard focus.
\returns the window with keyboard focus.
\since This function is available since SDL 2.0.0.