isTextInputShown

Wraps SDL_IsTextInputShown (from SDL 2.0.22) which checks whether the text input IME is shown

@safe @trusted
static if(sdlSupport >= SDLSupport.v2_0_22)
bool
isTextInputShown
()

Return Value

Type: bool

true if the IME is shown, otherwise false

Meta