hasScreenKeyboardSupport property

bool hasScreenKeyboardSupport

Check whether the platform has screen keyboard support.

SDL Docs

Implementation

bool get hasScreenKeyboardSupport =>
    getBool(sdl.SDL_HasScreenKeyboardSupport());