Record TSDL_WindowEvent
Unit
Declaration
type TSDL_WindowEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
windowID: cuint32; |
![]() |
event: cuint8; |
![]() |
padding1: cuint8; |
![]() |
padding2: cuint8; |
![]() |
padding3: cuint8; |
![]() |
data1: cint32; |
![]() |
data2: cint32; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_WINDOWEVENT | |
![]() |
windowID: cuint32; |
![]() |
event: cuint8; |
|
The associated window | |
![]() |
padding1: cuint8; |
|
SDL_WindowEventID | |
![]() |
padding2: cuint8; |
![]() |
padding3: cuint8; |
![]() |
data1: cint32; |
![]() |
data2: cint32; |
|
event dependent data | |
Generated by PasDoc 0.16.0.
