Query the state of processing events by type.
SDL_bool SDL_EventEnabled(Uint32 type);
Returns SDL_TRUE if the event is being processed, SDL_FALSE otherwise.
This function is available since SDL 3.0.0.
CategoryAPI