Closed gurachan closed 4 years ago
hmm, it seems that at first window show it works then if u hide it and show it again that's where it begins.
I followed this guide https://github.com/breadbyte/fabric-example-imgui/blob/master/src/main/java/net/fabricmc/example/screen/ImguiScreen.java
if you open the screen.. then open the demo console and it works just fine... then leave it open then close the screen.. the input text no longer functioning right every character you typed gets deleted... :(
sometimes it works sometimes not. like it auto-clear msg itself. if I use a simple String i can't type either.
i dont know kotlin that much do i need callback to make it work something?
even using
UI.setKeyboardFocusHere(-1);
if i print that msg i can see what im typing then it auto backspace it for some reason