Fields shared by every event
Defined in SDL_events.h
typedef struct SDL_CommonEvent { Uint32 type; Uint32 timestamp; /**< In milliseconds, populated using SDL_GetTicks() */ } SDL_CommonEvent;
CategoryAPI, CategoryAPIStruct, CategoryEvents