Gui - TextArea

ToneGodGui has source code and examples available online. Perhaps one of the examples will provide clues as to how to use textfields correctly. Or perhaps you’ve hit a bug that can be understood by looking at the source code.

I wonder if this has something to do with this:

I assume you are using the lwjgl3 with GLFW backend, if so, you may retry with the lwjgl2 backend and see if you also have this issue there as well. (just in case)

1 Like

I will try with 2. I have been using 3 for a couple of years before it was default

It is something inside tonegodgui. My own gui library is fine under 2 or 3.

@Ali_RS Pspeed, i will look at source code. Because their is a space before each key typed in.

Yes, there are multiple calls pressed/unpressed, but if you hit ‘A’. You get 4 calls

’ ’ ispressed
’ ’ unpressed
‘A’ ispressed
‘A’ unpressed

I will let you know.

1 Like