Hi!
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);
This works, but it also runs the method "togglePhoto".
Is there a way to only update the value of the toggler without running the method?
Thanks!