Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ axmol_android_app_init
Function
axmol_android_app_init
tests/cpp-tests/proj.android/app/jni/main.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void axmol_android_app_init(JNIEnv* env)
42
{
43
LOGD(
"axmol_android_app_init"
);
44
appDelegate.reset(new AppDelegate());
45
}
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected