mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
[Input pipe] Compile fix
This commit is contained in:
parent
0d8bde7e30
commit
8a4e3de0eb
@ -149,7 +149,7 @@ jboolean lwjgl2_callCharEvent(jchar keyChar) {
|
||||
} else if (!lwjgl2KeyboardClass && !lwjgl2KeyboardCharMethod) {
|
||||
lwjgl2KeyboardClass = (*runtimeJNIEnvPtr_ANDROID)->FindClass(runtimeJNIEnvPtr_ANDROID, "org/lwjgl/input/Keyboard");
|
||||
assert(lwjgl2KeyboardClass != NULL);
|
||||
lwjgl2KeyboardCharMethod = (*runtimeJNIEnvPtr_ANDROID)->GetStaticMethodID(runtimeJNIEnvPtr_ANDROID, *clazz, "addCharEvent", "(IC)V");
|
||||
lwjgl2KeyboardCharMethod = (*runtimeJNIEnvPtr_ANDROID)->GetStaticMethodID(runtimeJNIEnvPtr_ANDROID, lwjgl2KeyboardClass, "addCharEvent", "(IC)V");
|
||||
assert(lwjgl2KeyboardCharMethod != NULL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user