Check whether the screen keyboard is shown for given window.
Defined in <SDL3/SDL_keyboard.h>
bool SDL_ScreenKeyboardShown(SDL_Window *window);
SDL_Window * | window | the window for which screen keyboard should be queried. |
(bool) Returns true if screen keyboard is shown or false if not.
This function is available since SDL 3.1.3.