GripDispatcher / draw()

Description

Calls the draw method of every Grip.

Syntax
void draw() { 
   background(255); 
   dispatch.update(); 
   dispatch.draw(); 
}
Parameters
None
Returns
None
Usage
Web & Applications
Related
Last Modified: February 2, 2010

No Comments

You must be logged in to post a comment.