[Input pipe] undefined reference

This commit is contained in:
Duy Tran Khanh 2020-11-24 20:14:14 +07:00 committed by GitHub
parent 8a4e3de0eb
commit 5d1addc4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {
return JNI_FALSE;
} else if (!lwjgl2KeyboardClass && !lwjgl2KeyboardCharMethod) {