|
Torque2D Reference
|
#include <T2DActivity.h>
Public Attributes | |
| struct android_app * | app |
| ASensorManager * | sensorManager |
| const ASensor * | accelerometerSensor |
| ASensorEventQueue * | sensorEventQueue |
| int | animating |
| EGLDisplay | display |
| EGLSurface | surface |
| EGLContext | context |
| int32_t | width |
| int32_t | height |
| struct saved_state | state |
Shared state for our app.
| const ASensor* accelerometerSensor |
| int animating |
| struct android_app* app |
| EGLContext context |
| EGLDisplay display |
| int32_t height |
| ASensorEventQueue* sensorEventQueue |
| ASensorManager* sensorManager |
| struct saved_state state |
| EGLSurface surface |
| int32_t width |