SDL 3.0
SDL_CommonEvent Struct Reference

Fields shared by every event. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint64 timestamp
 

Detailed Description

Fields shared by every event.

Definition at line 205 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint64 SDL_CommonEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 208 of file SDL_events.h.

◆ type

Uint32 SDL_CommonEvent::type

Definition at line 207 of file SDL_events.h.


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