orx 1.16
Portable Game Engine
Loading...
Searching...
No Matches
orxEVENT Struct Reference

#include <orxEvent.h>

Data Fields

orxENUM eID
orxEVENT_TYPE eType
orxHANDLE hRecipient
orxHANDLE hSender
void * pContext
void * pstPayload

Detailed Description

Public event structure

Definition at line 115 of file orxEvent.h.

Field Documentation

◆ eID

orxENUM orxEVENT::eID

Event ID : 8

Definition at line 118 of file orxEvent.h.

◆ eType

orxEVENT_TYPE orxEVENT::eType

Event type : 4

Definition at line 117 of file orxEvent.h.

◆ hRecipient

orxHANDLE orxEVENT::hRecipient

Recipient handle : 16

Definition at line 120 of file orxEvent.h.

◆ hSender

orxHANDLE orxEVENT::hSender

Sender handle : 12

Definition at line 119 of file orxEvent.h.

◆ pContext

void* orxEVENT::pContext

Optional user-provided context : 24

Definition at line 122 of file orxEvent.h.

◆ pstPayload

void* orxEVENT::pstPayload

Event payload : 20

Definition at line 121 of file orxEvent.h.


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

Generated for orx by doxygen 1.8.11