SDL_SetEventEnabled

Set the state of processing events by type.

\param type the type of event; see SDL_EventType for details. \param enabled whether to process the event or not.

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

\since This function is available since SDL 3.2.0.

\sa SDL_EventEnabled

extern (C) nothrow @nogc extern
void
SDL_SetEventEnabled

Meta