mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Fix typo
This commit is contained in:
parent
e9e8b95549
commit
6bbc2f1c2f
@ -52,7 +52,6 @@ public class TouchCharInput extends androidx.appcompat.widget.AppCompatEditText
|
|||||||
CallbackBridge.sendKeycode(LWJGLGLFWKeycode.GLFW_KEY_BACKSPACE, '\u0008', 0, 0, true);
|
CallbackBridge.sendKeycode(LWJGLGLFWKeycode.GLFW_KEY_BACKSPACE, '\u0008', 0, 0, true);
|
||||||
}
|
}
|
||||||
for(int i=start, count = 0; count < lengthAfter; ++i){
|
for(int i=start, count = 0; count < lengthAfter; ++i){
|
||||||
//I didn't know F25 existed before that. I just need a full fat keycode for mc 1.13+
|
|
||||||
CallbackBridge.sendChar(text.charAt(i), 0);
|
CallbackBridge.sendChar(text.charAt(i), 0);
|
||||||
++count;
|
++count;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user