EventListener on controlP5 listbox
in
Contributed Library Questions
•
2 years ago
Is there a way to add an listener to a listbox that will be fired if I select an item. Note I dont use the listbox in the PApplet main class. On a textfield I can add listener with addListener but listbox dont have this method. Also controlEvent() seems only to work in the PApplet class.
1