ControlP5 TextField and keyPressed
in
Contributed Library Questions
•
3 years ago
Hi everyone,
I'm trying to use the controlP5 TextField, as well as the keyPressed function supplied by processing. Without the keyPressed function controlP5 works like a charm. However, if I include the keyPressed method, controlP5 never receives the key press.
I'm guessing that the keyPressed function intercepts the key press, and controlP5 never gets it.
Is there a way to go around this? Can I forward the key press to controlP5 after keyPressed?
Thanks,
Max
1