Query the window which currently has keyboard focus.
Defined in SDL_keyboard.h
SDL_Window * SDL_GetKeyboardFocus(void);
(SDL_Window *) Returns the window with keyboard focus.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryKeyboard