Hi!
I'm having problems with ControlP5 Toggle. I'm trying to make it update the toggler by doing this.
Is there a way to only update the value of the toggler without running the method?
Thanks!
I'm having problems with ControlP5 Toggle. I'm trying to make it update the toggler by doing this.
- ((Toggle)controlP5.controller("togglePhoto")).setState(true);
Is there a way to only update the value of the toggler without running the method?
Thanks!
1