orx  1.14
Portable Game Engine
orxEVENT Struct Reference

#include <orxEvent.h>

Data Fields

orxENUM eID
 
orxEVENT_TYPE eType
 
orxHANDLE hRecipient
 
orxHANDLE hSender
 
voidpContext
 
voidpstPayload
 

Detailed Description

Public event structure

Definition at line 110 of file orxEvent.h.

Field Documentation

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.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11