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>
ANativeWindow * pendingWindow
void(* onAppCmd)(struct android_app *app, int32_t cmd)
int8_t android_app_read_cmd(struct android_app *android_app)
struct android_poll_source cmdPollSource
void android_main(struct android_app *app)
AInputQueue * pendingInputQueue
ANativeActivity * activity
void android_app_pre_exec_cmd(struct android_app *android_app, int8_t cmd)
int32_t(* onInputEvent)(struct android_app *app, AInputEvent *event)
struct android_poll_source inputPollSource
void android_app_post_exec_cmd(struct android_app *android_app, int8_t cmd)
void(* process)(struct android_app *app, struct android_poll_source *source)