SDL 2.0
|
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint32 | timestamp |
Fields shared by every event
Definition at line 184 of file SDL_events.h.
Uint32 SDL_CommonEvent::timestamp |
In milliseconds, populated using SDL_GetTicks()
Definition at line 187 of file SDL_events.h.
Uint32 SDL_CommonEvent::type |
Definition at line 186 of file SDL_events.h.