SDL_TextInputActive

Check whether or not Unicode text input events are enabled for a window.

extern (C) nothrow @nogc extern
bool
SDL_TextInputActive

Parameters

window SDL_Window*

the window to check.

Return Value

Type: bool

true if text input events are enabled else false.

Threadsafety: This function should only be called on the main thread.

See Also

Meta