Torque2D Reference
Public Attributes | List of all members
engine Struct 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
 

Detailed Description

Shared state for our app.

Member Data Documentation

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

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