-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TextField for 1.14 #105
Conversation
hnOsmium0001
commented
Sep 7, 2019
•
edited
Loading
edited
- Replace LWJGL Keyboard with GLFW
- Split 1.12 input logic into charTyped event
- Add moving cursor by words when pressing down the control key
- See ctrl + arrow keys in browser
- replace LWJGL Keyboard with GLFW - split 1.12 input logic into charTyped event
Why did you close this? I must admit I didn't notice it as first but is it no longer relevant? |
Since you updated |
Ok thanks. And sorry for not looking at it earlier. I simply somehow didn't notice :-) |
# Conflicts: # src/main/java/mcjty/lib/gui/GenericGuiContainer.java # src/main/java/mcjty/lib/gui/WindowManager.java # src/main/java/mcjty/lib/gui/widgets/AbstractWidget.java # src/main/java/mcjty/lib/gui/widgets/TextField.java # src/main/java/mcjty/lib/gui/widgets/Widget.java
Forgot forge no longer does automatic deobfuscation for mods in Also #98 has been open for a long time too, you might want to check it out (it is basically the same addition as this PR but for 1.12.2) |
Sorry, been a bit busy. I'll check it out soon |
I haven't forgotten this. But I first want to concentrate on fixing some of the issues in my latest batch of changes before I check this |