Record TSDL_UserEvent
Unit
Declaration
type TSDL_UserEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
windowID: cuint32; |
![]() |
code: cint32; |
![]() |
data1: Pointer; |
![]() |
data2: Pointer; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_USEREVENT through SDL_NUMEVENTS-1 | |
![]() |
windowID: cuint32; |
![]() |
code: cint32; |
|
The associated window if any | |
![]() |
data1: Pointer; |
|
User defined event code | |
![]() |
data2: Pointer; |
|
User defined data pointer | |
Generated by PasDoc 0.16.0.
