orx
1.14
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 110 of file orxEvent.h.
orxENUM orxEVENT::eID |
Event ID : 8
Definition at line 113 of file orxEvent.h.
orxEVENT_TYPE orxEVENT::eType |
Event type : 4
Definition at line 112 of file orxEvent.h.
orxHANDLE orxEVENT::hRecipient |
Recipient handle : 16
Definition at line 115 of file orxEvent.h.
orxHANDLE orxEVENT::hSender |
Sender handle : 12
Definition at line 114 of file orxEvent.h.
void* orxEVENT::pContext |
Optional user-provided context : 24
Definition at line 117 of file orxEvent.h.
void* orxEVENT::pstPayload |
Event payload : 20
Definition at line 116 of file orxEvent.h.