Record TSDL_UserEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_UserEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public windowID: cuint32;
Public code: cint32;
Public data1: Pointer;
Public data2: Pointer;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_USEREVENT through SDL_NUMEVENTS-1

Public windowID: cuint32;
 
Public code: cint32;

The associated window if any

Public data1: Pointer;

User defined event code

Public data2: Pointer;

User defined data pointer


Generated by PasDoc 0.16.0.