Torque2D Reference
|
#include <platformAndroid.h>
Public Member Functions | |
AndroidPlatState () | |
Public Attributes | |
bool | captureDisplay |
bool | fadeWindows |
struct engine * | engine |
char | appWindowTitle [256] |
bool | quit |
bool | ctxNeedsUpdate |
bool | portrait |
S32 | desktopBitsPixel |
S32 | desktopWidth |
S32 | desktopHeight |
U32 | currentTime |
bool | fullscreen |
U32 | osVersion |
bool | tsmActive |
U32 | firstThreadId |
U32 | torqueThreadId |
void * | alertSemaphore |
S32 | alertHit |
RandomLCG | platRandom |
bool | mouseLocked |
bool | backgrounded |
bool | minimized |
U32 | sleepTicks |
U32 | lastTimeTick |
Point2I | windowSize |
U32 | appReturn |
U32 | argc |
const char ** | argv |
StringTableEntry | mainDotCsDir |
bool | multipleTouchesEnabled |
AndroidPlatState | ( | ) |
S32 alertHit |
void* alertSemaphore |
U32 appReturn |
char appWindowTitle[256] |
U32 argc |
const char** argv |
bool backgrounded |
bool captureDisplay |
bool ctxNeedsUpdate |
U32 currentTime |
S32 desktopBitsPixel |
S32 desktopHeight |
S32 desktopWidth |
bool fadeWindows |
U32 firstThreadId |
bool fullscreen |
U32 lastTimeTick |
StringTableEntry mainDotCsDir |
bool minimized |
bool mouseLocked |
bool multipleTouchesEnabled |
U32 osVersion |
RandomLCG platRandom |
bool portrait |
bool quit |
U32 sleepTicks |
U32 torqueThreadId |
bool tsmActive |
Point2I windowSize |