orx  1.14
Portable Game Engine
orxSYSTEM_EVENT_PAYLOAD Struct Reference

#include <orxSystem.h>

Data Fields

union {
   struct {
      orxDOUBLE   dTime
 
      orxVECTOR   vAcceleration
 
   }   stAccelerometer
 
   struct {
      const orxSTRING   zValue
 
   }   stClipboard
 
   struct {
      const orxSTRING *   azValueList
 
      orxU32   u32Number
 
   }   stDrop
 
   struct {
      orxDOUBLE   dTime
 
      orxFLOAT   fPressure
 
      orxFLOAT   fX
 
      orxFLOAT   fY
 
      orxU32   u32ID
 
   }   stTouch
 
   orxU32   u32FrameCount
 
}; 
 

Detailed Description

System event payload

Definition at line 83 of file orxSystem.h.

Field Documentation

union { ... }
const orxSTRING* orxSYSTEM_EVENT_PAYLOAD::azValueList

Definition at line 107 of file orxSystem.h.

orxDOUBLE orxSYSTEM_EVENT_PAYLOAD::dTime

Definition at line 92 of file orxSystem.h.

orxFLOAT orxSYSTEM_EVENT_PAYLOAD::fPressure

Definition at line 94 of file orxSystem.h.

orxFLOAT orxSYSTEM_EVENT_PAYLOAD::fX

Definition at line 94 of file orxSystem.h.

orxFLOAT orxSYSTEM_EVENT_PAYLOAD::fY

Definition at line 94 of file orxSystem.h.

struct { ... } orxSYSTEM_EVENT_PAYLOAD::stAccelerometer
struct { ... } orxSYSTEM_EVENT_PAYLOAD::stClipboard
struct { ... } orxSYSTEM_EVENT_PAYLOAD::stDrop
struct { ... } orxSYSTEM_EVENT_PAYLOAD::stTouch
orxU32 orxSYSTEM_EVENT_PAYLOAD::u32FrameCount

Definition at line 87 of file orxSystem.h.

orxU32 orxSYSTEM_EVENT_PAYLOAD::u32ID

Definition at line 93 of file orxSystem.h.

orxU32 orxSYSTEM_EVENT_PAYLOAD::u32Number

Definition at line 108 of file orxSystem.h.

orxVECTOR orxSYSTEM_EVENT_PAYLOAD::vAcceleration

Definition at line 101 of file orxSystem.h.

const orxSTRING orxSYSTEM_EVENT_PAYLOAD::zValue

Definition at line 115 of file orxSystem.h.


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

Generated for orx by doxygen 1.8.11