SDL 3.0
SDL_CommonEvent Struct Reference

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint64 timestamp
 

Detailed Description

Fields shared by every event

Definition at line 228 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint64 SDL_CommonEvent::timestamp

In nanoseconds, populated using SDL_GetTicksNS()

Definition at line 231 of file SDL_events.h.

◆ type

Uint32 SDL_CommonEvent::type

Definition at line 230 of file SDL_events.h.


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