SDL_EventEnabled

Query the state of processing events by type.

\param type the type of event; see SDL_EventType for details. \returns true if the event is being processed, false otherwise.

\threadsafety It is safe to call this function from any thread.

\since This function is available since SDL 3.2.0.

\sa SDL_SetEventEnabled

extern (C) nothrow @nogc extern
bool
SDL_EventEnabled

Meta