Query the state of processing events by type.
Defined in <SDL3/SDL_events.h>
bool SDL_EventEnabled(Uint32 type);
Uint32 | type | the type of event; see SDL_EventType for details. |
(bool) Returns true if the event is being processed, false otherwise.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.