- android_app_create
android_app* android_app_create(ANativeActivity* activity, void* savedState, size_t savedStateSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_destroy
void android_app_destroy(android_app* android_app)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_free
void android_app_free(android_app* android_app)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_set_activity_state
void android_app_set_activity_state(android_app* android_app, byte cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_set_input
void android_app_set_input(android_app* android_app, AInputQueue* inputQueue)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_set_window
void android_app_set_window(android_app* android_app, ANativeWindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- android_app_write_cmd
void android_app_write_cmd(android_app* android_app, byte cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
- free_saved_state
void free_saved_state(android_app* android_app)
Undocumented in source. Be warned that the author may not have intended to support it.
- onConfigurationChanged
void onConfigurationChanged(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDestroy
void onDestroy(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onInputQueueCreated
void onInputQueueCreated(ANativeActivity* activity, AInputQueue* queue)
Undocumented in source. Be warned that the author may not have intended to support it.
- onInputQueueDestroyed
void onInputQueueDestroyed(ANativeActivity* activity, AInputQueue* queue)
Undocumented in source. Be warned that the author may not have intended to support it.
- onLowMemory
void onLowMemory(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onNativeWindowCreated
void onNativeWindowCreated(ANativeActivity* activity, ANativeWindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- onNativeWindowDestroyed
void onNativeWindowDestroyed(ANativeActivity* activity, ANativeWindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPause
void onPause(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onResume
void onResume(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSaveInstanceState
void* onSaveInstanceState(ANativeActivity* activity, size_t* outLen)
Undocumented in source. Be warned that the author may not have intended to support it.
- onStart
void onStart(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onStop
void onStop(ANativeActivity* activity)
Undocumented in source. Be warned that the author may not have intended to support it.
- onWindowFocusChanged
void onWindowFocusChanged(ANativeActivity* activity, int focused)
Undocumented in source. Be warned that the author may not have intended to support it.
- print_cur_config
void print_cur_config(android_app* android_app)
Undocumented in source. Be warned that the author may not have intended to support it.
- process_cmd
void process_cmd(android_app* app, android_poll_source* source)
Undocumented in source. Be warned that the author may not have intended to support it.
- process_input
void process_input(android_app* app, android_poll_source* source)
Undocumented in source. Be warned that the author may not have intended to support it.