SDL_ScreenKeyboardShown

Check whether the screen keyboard is shown for given window.

extern (C) nothrow @nogc extern
bool
SDL_ScreenKeyboardShown

Parameters

window SDL_Window*

the window for which screen keyboard should be queried.

Return Value

Type: bool

true if screen keyboard is shown or false if not.

Threadsafety: This function should only be called on the main thread.

See Also

Meta