Hi,
I’m working on something right now where I have to enter a string but I do not need to use a textfield of any kind because the letters have to be placed in some sort of blocks (due to the GUI design of the app).
I’m messing around with native.newTextField right now for testing, but I cannot figure out how to actually capture the keys from the keyboard input.
Is there any way to do this? I mean there has to be a way otherwise no text input widget would work.