arsa  2.7
Public Attributes | List of all members
SDL_CommonEvent Struct Reference

Fields shared by every event. More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 

Detailed Description

Fields shared by every event.

Definition at line 171 of file SDL_events.h.

Member Data Documentation

◆ timestamp

Uint32 SDL_CommonEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 174 of file SDL_events.h.

◆ type

Uint32 SDL_CommonEvent::type

Definition at line 173 of file SDL_events.h.


The documentation for this struct was generated from the following file: