Function isTextInputShown

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

bool isTextInputShown() @trusted;

Returns

true if the IME is shown, otherwise false