|
orx 1.16
Portable Game Engine
|
#include <orxEvent.h>
Data Fields | |
| orxENUM | eID |
| orxEVENT_TYPE | eType |
| orxHANDLE | hRecipient |
| orxHANDLE | hSender |
| void * | pContext |
| void * | pstPayload |
Public event structure
Definition at line 115 of file orxEvent.h.
| orxENUM orxEVENT::eID |
Event ID : 8
Definition at line 118 of file orxEvent.h.
| orxEVENT_TYPE orxEVENT::eType |
Event type : 4
Definition at line 117 of file orxEvent.h.
| orxHANDLE orxEVENT::hRecipient |
Recipient handle : 16
Definition at line 120 of file orxEvent.h.
| orxHANDLE orxEVENT::hSender |
Sender handle : 12
Definition at line 119 of file orxEvent.h.
| void* orxEVENT::pContext |
Optional user-provided context : 24
Definition at line 122 of file orxEvent.h.
| void* orxEVENT::pstPayload |
Event payload : 20
Definition at line 121 of file orxEvent.h.
1.8.11