Function SDL_IsTextInputActive
pub unsafe extern "C" fn SDL_IsTextInputActive() -> SDL_bool
Available on crate feature
dep_sdl2
only.Expand description
Check whether or not Unicode text input events are enabled.
\returns SDL_TRUE if text input events are enabled else SDL_FALSE.
\since This function is available since SDL 2.0.0.
\sa SDL_StartTextInput