sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

FX2D with Textfield only prints and return uppercase chars even when typing lowercase #69

Open Crimson-Crow opened 8 years ago

Crimson-Crow commented 8 years ago

Hello, I recently switched my sketch's renderer to FX2D for more performance, and used issue #36 's workaround. But now, when I type lowercase letters, they print (as seen visually) and register (checked with .getText() method) as uppercase. Special characters (like @) does not seem to work as well. It's like ControlP5 does not register shift, alt, etc keys anymore. When changing back to the default renderer, everything works fine again..

ghost commented 7 years ago

I am a recent new user of ControlP5 and would like to add my voice in favor of lowercase option for value and caption labels. But, also, my thanks to "sojamo" for providing this much-needed package to the Processing world.