Window.hasShownScreenKeyboard

Wraps SDL_IsScreenKeyboardShown which checks whether the screen keyboard is shown on the window

class Window
const @property @trusted
bool
hasShownScreenKeyboard
()

Return Value

Type: bool

true if the screen keyboard is shown, otherwise false

Meta