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
Last Modified: January 26, 2010

No Comments

You must be logged in to post a comment.