Hey guys,
I’m trying to make a sort of text-field GUI and I can’t figure out how to get the pure raw data from the keyboard without making a listener for each and every key. I’ve been searching for quite some time.
To clarify, I need a way to get keyboard input and put it into a String without writing functions for each individual key.
Thanks