Use this macro to query the current processing state of a specified SDL_EventType.
Uint8 SDL_GetEventState(Uint32 type)
type
the SDL_EventType to query
Returns SDL_DISABLE or SDL_ENABLE.
CategoryAPI, CategoryEvents