webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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* engine::accelerometerSensor |
int engine::animating |
struct android_app* engine::app |
EGLContext engine::context |
EGLDisplay engine::display |
int32_t engine::height |
ASensorEventQueue* engine::sensorEventQueue |
ASensorManager* engine::sensorManager |
struct saved_state engine::state |
EGLSurface engine::surface |
int32_t engine::width |