controlP5 Button class input to Textfield
in
Contributed Library Questions
•
10 months ago
Just a general question to throw out there: Has anyone tried to use the Button or Bang class to pass values into Textfield with controlP5? I am working on a customized gps app to run on a touch screen platform and need to implement an on-screen keyboard. I get my functions to do what I want with a physical keyboard, but need to get a virtual one to do the same.
I can get Buttons (or Bangs) to work and register controller events, but marring that with the Textfield class is getting to be real bugger.
1