android_main

This is the main entry point of a native application that is using android_native_app_glue. It runs in its own thread, with its own event loop for receiving input events and doing other things.

version(Android)
extern (C)
void
android_main

Meta