Check whether or not Unicode text input events are enabled for a window.
Defined in <SDL3/SDL_keyboard.h>
bool SDL_TextInputActive(SDL_Window *window);
SDL_Window * | window | the window to check. |
(bool) Returns true if text input events are enabled else false.
This function is available since SDL 3.1.3.