SDL_HasScreenKeyboardSupport

Check whether the platform has screen keyboard support.

extern (C) nothrow @nogc extern
bool
SDL_HasScreenKeyboardSupport
()

Return Value

Type: bool

true if the platform has some screen keyboard support or false if not.

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

See Also

Meta