webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
engine Struct Reference

Public Attributes

struct android_appapp
 
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

◆ accelerometerSensor

const ASensor* engine::accelerometerSensor

◆ animating

int engine::animating

◆ app

struct android_app* engine::app

◆ context

EGLContext engine::context

◆ display

EGLDisplay engine::display

◆ height

int32_t engine::height

◆ sensorEventQueue

ASensorEventQueue* engine::sensorEventQueue

◆ sensorManager

ASensorManager* engine::sensorManager

◆ state

struct saved_state engine::state

◆ surface

EGLSurface engine::surface

◆ width

int32_t engine::width

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