GripDispatcher / update()
- Description
Calls update on every Grip and selects a new hover.
- Syntax
void draw() { background(255); dispatch.update(); dispatch.draw(); }- Parameters
- None
- Returns
- None
- Usage
- Web & Applications
- Related
Calls update on every Grip and selects a new hover.
void draw() {
background(255);
dispatch.update();
dispatch.draw();
}
No Comments
You must be logged in to post a comment.