Check whether the screen keyboard is shown for given window.
Defined in SDL_keyboard.h
SDL_bool SDL_IsScreenKeyboardShown(SDL_Window *window);
SDL_Window * | window | the window for which screen keyboard should be queried. |
(SDL_bool) Returns SDL_TRUE if screen keyboard is shown or SDL_FALSE if not.
This function is available since SDL 2.0.0.