Check whether the screen keyboard is shown for given window.
SDL_bool SDL_ScreenKeyboardShown(SDL_Window *window);
Returns SDL_TRUE if screen keyboard is shown or SDL_FALSE if not.
This function is available since SDL 3.0.0.
CategoryAPI