Function ndk_context::initialize_android_context
source · [−]Expand description
Initializes the AndroidContext. AndroidContext is initialized by ndk-glue
before main is called.
Safety
The pointers must be valid and this function must be called exactly once before main is
called.