Function sdl2_sys::SDL_IsTextInputActive
source ยท pub unsafe extern "C" fn SDL_IsTextInputActive() -> SDL_bool
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