18 #ifndef _ANDROID_NATIVE_APP_GLUE_H 19 #define _ANDROID_NATIVE_APP_GLUE_H 25 #include <android/configuration.h> 26 #include <android/looper.h> 27 #include <android/native_activity.h> std::integral_constant< std::int32_t, V > int32_t
Definition: Brigand.h:439
Definition: android_native_app_glue.h:265
Definition: android_native_app_glue.h:270
ARect contentRect
Definition: android_native_app_glue.h:154
struct android_app * app
Definition: android_native_app_glue.h:96
GLsizei GLsizei GLchar * source
Definition: gl2.h:451
AInputQueue * inputQueue
Definition: android_native_app_glue.h:147
void android_app_pre_exec_cmd(struct android_app *android_app, int8_t cmd)
Definition: android_native_app_glue.c:89
cmd
Definition: vs_env.py:27
Definition: android_native_app_glue.h:259
signed int int32_t
Definition: ptypes.h:101
ANativeWindow * pendingWindow
Definition: android_native_app_glue.h:183
Definition: android_native_app_glue.h:204
Definition: android_native_app_glue.h:218
Definition: android_native_app_glue.h:253
size_t savedStateSize
Definition: android_native_app_glue.h:140
ANativeWindow * window
Definition: android_native_app_glue.h:150
int destroyRequested
Definition: android_native_app_glue.h:162
int8_t android_app_read_cmd(struct android_app *android_app)
Definition: android_native_app_glue.c:49
void android_main(struct android_app *app)
Definition: AndroidWindow.cpp:131
Definition: android_native_app_glue.h:195
Definition: android_native_app_glue.h:246
pthread_cond_t cond
Definition: android_native_app_glue.h:168
Definition: android_native_app_glue.h:225
int msgread
Definition: android_native_app_glue.h:170
void * savedState
Definition: android_native_app_glue.h:139
void * userData
Definition: android_native_app_glue.h:114
Definition: android_native_app_glue.h:111
void
Definition: AVFoundationCFSoftLinking.h:81
void app_dummy()
Definition: android_native_app_glue.c:170
int activityState
Definition: android_native_app_glue.h:158
int running
Definition: android_native_app_glue.h:178
Definition: android_native_app_glue.h:209
Definition: android_native_app_glue.h:233
Definition: android_native_app_glue.h:286
int stateSaved
Definition: android_native_app_glue.h:179
int destroyed
Definition: android_native_app_glue.h:180
Definition: android_native_app_glue.h:295
AInputQueue * pendingInputQueue
Definition: android_native_app_glue.h:182
Definition: android_native_app_glue.h:276
Definition: android_native_app_glue.h:305
int redrawNeeded
Definition: android_native_app_glue.h:181
pthread_mutex_t mutex
Definition: android_native_app_glue.h:167
Definition: android_native_app_glue.h:90
AConfiguration * config
Definition: android_native_app_glue.h:129
pthread_t thread
Definition: android_native_app_glue.h:173
int32_t id
Definition: android_native_app_glue.h:93
ANativeActivity * activity
Definition: android_native_app_glue.h:126
int msgwrite
Definition: android_native_app_glue.h:171
signed char int8_t
Definition: ptypes.h:85
int32_t(* onInputEvent)(struct android_app *app, AInputEvent *event)
Definition: android_native_app_glue.h:123
Definition: android_native_app_glue.h:300
Definition: android_native_app_glue.h:281
void android_app_post_exec_cmd(struct android_app *android_app, int8_t cmd)
Definition: android_native_app_glue.c:146
Definition: android_native_app_glue.h:311
ARect pendingContentRect
Definition: android_native_app_glue.h:184
Definition: android_native_app_glue.h:239
ALooper * looper
Definition: android_native_app_glue.h:143