mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
[Input pipe] undefined reference
This commit is contained in:
parent
8a4e3de0eb
commit
5d1addc4b8
@ -143,7 +143,7 @@ void sendData(int type, int i1, int i2, int i3, int i4) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
jboolean lwjgl2_callCharEvent(jchar keyChar) {
|
jboolean lwjgl2_triggerCharEvent(jchar keyChar) {
|
||||||
if (!runtimeJNIEnvPtr_ANDROID) {
|
if (!runtimeJNIEnvPtr_ANDROID) {
|
||||||
return JNI_FALSE;
|
return JNI_FALSE;
|
||||||
} else if (!lwjgl2KeyboardClass && !lwjgl2KeyboardCharMethod) {
|
} else if (!lwjgl2KeyboardClass && !lwjgl2KeyboardCharMethod) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user