isTextInputActive property

bool isTextInputActive

Check whether or not Unicode text input events are enabled.

SDL Docs

Implementation

bool get isTextInputActive => getBool(sdl.SDL_IsTextInputActive());