SDL  2.0
SDL_OSEvent Struct Reference

OS Specific event. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 
Uint32 timestamp
 

Detailed Description

OS Specific event.

Definition at line 557 of file SDL_events.h.

Field Documentation

◆ timestamp

Uint32 SDL_OSEvent::timestamp

In milliseconds, populated using SDL_GetTicks()

Definition at line 560 of file SDL_events.h.

◆ type

Uint32 SDL_OSEvent::type

SDL_QUIT

Definition at line 559 of file SDL_events.h.


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