SDL_Event.type

* The structure for all events in SDL. * * The SDL_Event structure is the core of all event handling in SDL. SDL_Event * is a union of all event structures used in SDL. * * \since This struct is available since SDL 3.2.0. *//**< Event type, shared with all events, Uint32 to cover user events which are not in the SDL_EventType enumeration

union SDL_Event
Uint32 type;

Meta