orx
1.9
Portable Game Engine
|
#include <orxDisplay.h>
Data Fields | |
union { | |
struct { | |
orxU32 u32FilenameID | |
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 | |
}; | |
Display event payload
Definition at line 227 of file orxDisplay.h.
union { ... } |
orxBOOL orxDISPLAY_EVENT_PAYLOAD::bFullScreen |
FullScreen? : 36
Definition at line 241 of file orxDisplay.h.
struct { ... } orxDISPLAY_EVENT_PAYLOAD::stBitmap |
struct { ... } orxDISPLAY_EVENT_PAYLOAD::stVideoMode |
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Depth |
Screen depth : 12
Definition at line 235 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32FilenameID |
File name ID : 44
Definition at line 248 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Height |
Screen height : 8
Definition at line 234 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32ID |
Bitmap (hardware texture) ID : 48
Definition at line 249 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousDepth |
Previous screen depth : 28
Definition at line 239 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousHeight |
Previous screen height : 24
Definition at line 238 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousRefreshRate |
Previous refresh rate : 32
Definition at line 240 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32PreviousWidth |
Previous screen width : 20
Definition at line 237 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32RefreshRate |
Refresh rate: 16
Definition at line 236 of file orxDisplay.h.
orxU32 orxDISPLAY_EVENT_PAYLOAD::u32Width |
Screen width : 4
Definition at line 233 of file orxDisplay.h.
const orxSTRING orxDISPLAY_EVENT_PAYLOAD::zLocation |
File location : 40
Definition at line 247 of file orxDisplay.h.