#include <orxEvent.h>
Data Fields | |
| orxENUM | eID |
| orxEVENT_TYPE | eType |
| orxHANDLE | hRecipient |
| orxHANDLE | hSender |
| void * | pstPayload |
Public event structure
Definition at line 103 of file orxEvent.h.
| orxENUM orxEVENT::eID |
Event ID : 8
Definition at line 106 of file orxEvent.h.
Event type : 4
Definition at line 105 of file orxEvent.h.
| orxHANDLE orxEVENT::hRecipient |
Recipient handle : 16
Definition at line 108 of file orxEvent.h.
| orxHANDLE orxEVENT::hSender |
Sender handle : 12
Definition at line 107 of file orxEvent.h.
| void* orxEVENT::pstPayload |
Event payload : 20
Definition at line 109 of file orxEvent.h.
1.5.6