mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Fix
This commit is contained in:
parent
1c8ec7aec7
commit
9cee6cf30c
@ -13,8 +13,11 @@ typedef void GLFW_invoke_MouseButton_func(void* window, int button, int action,
|
||||
typedef void GLFW_invoke_Scroll_func(void* window, double xoffset, double yoffset);
|
||||
typedef void GLFW_invoke_WindowSize_func(void* window, int width, int height);
|
||||
|
||||
JavaVM* firstJavaVM, secondJavaVM;
|
||||
JNIEnv* firstJNIEnv, secondJNIEnv;
|
||||
JavaVM* firstJavaVM;
|
||||
JavaVM* secondJavaVM;
|
||||
|
||||
JNIEnv* firstJNIEnv;
|
||||
JNIEnv* secondJNIEnv;
|
||||
|
||||
jclass inputBridgeClass_ANDROID, inputBridgeClass_JRE;
|
||||
jmethodID inputBridgeMethod_ANDROID, inputBridgeMethod_JRE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user