DOKK / manpages / debian 13 / libsdl3-doc / SDL_ScreenKeyboardShown.3.en
SDL_ScreenKeyboardShown(3) SDL3 FUNCTIONS SDL_ScreenKeyboardShown(3)

SDL_ScreenKeyboardShown - Check whether the screen keyboard is shown for given window.

Defined in SDL3/SDL_keyboard.h

#include "SDL3/SDL.h"
bool SDL_ScreenKeyboardShown(SDL_Window *window);

the window for which screen keyboard should be queried.

Returns true if screen keyboard is shown or false if not.

This function should only be called on the main thread.

This function is available since SDL 3.2.0.

(3), SDL_HasScreenKeyboardSupport(3)

SDL 3.2.10 Simple Directmedia Layer