| Description | Hierarchy | Fields | Methods | Properties |
type TUserEvent = class(TIrrlichtEvent)
Any kind of user-generated event.
![]() |
constructor Create(NUserData1, NUserData2: LongInt); |
![]() |
property UserData1: LongInt read FU1; |
![]() |
property UserData2: LongInt read FU2; |
![]() |
constructor Create(NUserData1, NUserData2: LongInt); |
|
Constructor. You'll have to call this manually if you want to Post() an event. Parameters | |
![]() |
property UserData1: LongInt read FU1; |
|
Some user specified data as int. | |
![]() |
property UserData2: LongInt read FU2; |
|
Another user specified data as int. | |