dropP5 / DropP5 / addComponent( )

name
addComponent ( )
description
if you combine dropP5 with e.g. a control window from controlP5 you can add a control window asa component to dropP5. objects dropped into the component, here control window ,will be forwarded to your processing sketch. 
Syntax
addComponent(theComponent);
parameters
theComponentComponent 


Returns
None
Usage
Web & Application
Related