MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Window_PreInit

Function Window_PreInit

src/android/Window_Android.c:680–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680void Window_PreInit(void) {
681 JNIEnv* env;
682 Java_GetCurrentEnv(env);
683 Java_RegisterNatives(env, methods);
684 CacheJavaMethodRefs(env);
685
686 DisplayInfo.CursorVisible = true;
687 if (!LoadDroidFuncs()) UseFallbackDroidFuncs();
688}
689
690void Window_Init(void) {
691 JNIEnv* env;

Callers

nothing calls this directly

Calls 3

LoadDroidFuncsFunction · 0.85
UseFallbackDroidFuncsFunction · 0.85
CacheJavaMethodRefsFunction · 0.70

Tested by

no test coverage detected