-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Could some kind soul help me with this? In a p5.js.gui I would like to tell the gui there is a specific callback to service changes in any of the controls. Is this possible? How do I do it? It would be similar to the following call on Quicksettings:
qs.setGlobalChangeHandler(callback);
However, I don't seem to have access to this after I create a gui with
let gui = createGui('p5.gui');
gui.addObject(glob.ui);
gui.setPosition(20, 60);
I would like to do something like
gui.setGlobalChangeHandler(callback);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels