Function sdl2_sys::SDL_GetKeyboardFocus
source ยท pub unsafe extern "C" fn SDL_GetKeyboardFocus() -> *mut SDL_Window
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.