Coded keys generate square characters during text input and saveString
in
Programming Questions
•
1 years ago
In my applet, when users type using a coded key (for instance, if they press on the SHIFT key to write a capital letter or if they type on BACKSPACE to erase a character, there is a square character that is typed.
Does anyone know how this can be fixed?
To see what I mean, try typing a capital letter or backspacing in this applet:
http://www.learningprocessing.com/examples/chapter-18/example-18-1/
Does anyone know how this can be fixed?
To see what I mean, try typing a capital letter or backspacing in this applet:
http://www.learningprocessing.com/examples/chapter-18/example-18-1/
1