isScreenKeyboardShown property

bool isScreenKeyboardShown

Check whether the screen keyboard is shown for given window.

SDL Docs

Implementation

bool get isScreenKeyboardShown =>
    sdl.getBool(sdl.sdl.SDL_IsScreenKeyboardShown(handle));