Record TSDL_DisplayEvent
Unit
Declaration
type TSDL_DisplayEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
display: cuint32; |
![]() |
event: cuint8; |
![]() |
padding1: cuint8; |
![]() |
padding2: cuint8; |
![]() |
padding3: cuint8; |
![]() |
data1: cint32; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_DISPLAYEVENT | |
![]() |
display: cuint32; |
|
In milliseconds, populated using SDL_GetTicks() | |
![]() |
event: cuint8; |
|
The associated display index | |
![]() |
padding1: cuint8; |
|
SDL_DisplayEventID | |
![]() |
padding2: cuint8; |
![]() |
padding3: cuint8; |
![]() |
data1: cint32; |
Generated by PasDoc 0.16.0.
