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

#include <orxDisplay.h>

Data Fields

union { 
   struct { 
      orxSTRINGID   stFilenameID 
      orxU32   u32ID 
      const orxSTRING   zLocation 
   }   stBitmap
   struct { 
      orxBOOL   bFullScreen 
      orxU32   u32Depth 
      orxU32   u32Height 
      orxU32   u32PreviousDepth 
      orxU32   u32PreviousHeight 
      orxU32   u32PreviousRefreshRate 
      orxU32   u32PreviousWidth 
      orxU32   u32RefreshRate 
      orxU32   u32Width 
   }   stVideoMode
}; 

Detailed Description

Display event payload

Definition at line 284 of file orxDisplay.h.

Field Documentation

◆ [union]

union { ... } orxDISPLAY_EVENT_PAYLOAD

◆ bFullScreen

orxBOOL orxDISPLAY_EVENT_PAYLOAD::bFullScreen

FullScreen? : 36

Definition at line 298 of file orxDisplay.h.

◆ [struct]

struct { ... } orxDISPLAY_EVENT_PAYLOAD::stBitmap

◆ stFilenameID

orxSTRINGID orxDISPLAY_EVENT_PAYLOAD::stFilenameID

File name ID : 44

Definition at line 305 of file orxDisplay.h.

◆ [struct]

struct { ... } orxDISPLAY_EVENT_PAYLOAD::stVideoMode

◆ u32Depth

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Depth

Screen depth : 12

Definition at line 292 of file orxDisplay.h.

◆ u32Height

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Height

Screen height : 8

Definition at line 291 of file orxDisplay.h.

◆ u32ID

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32ID

Bitmap (hardware texture) ID : 48

Definition at line 306 of file orxDisplay.h.

◆ u32PreviousDepth

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousDepth

Previous screen depth : 28

Definition at line 296 of file orxDisplay.h.

◆ u32PreviousHeight

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousHeight

Previous screen height : 24

Definition at line 295 of file orxDisplay.h.

◆ u32PreviousRefreshRate

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousRefreshRate

Previous refresh rate : 32

Definition at line 297 of file orxDisplay.h.

◆ u32PreviousWidth

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousWidth

Previous screen width : 20

Definition at line 294 of file orxDisplay.h.

◆ u32RefreshRate

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32RefreshRate

Refresh rate: 16

Definition at line 293 of file orxDisplay.h.

◆ u32Width

orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Width

Screen width : 4

Definition at line 290 of file orxDisplay.h.

◆ zLocation

const orxSTRING orxDISPLAY_EVENT_PAYLOAD::zLocation

File location : 40

Definition at line 304 of file orxDisplay.h.


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

Generated for orx by doxygen 1.8.11