sojamo/drop / SDrop / addComponent( )

name
addComponent ( )
description
if you combine sojamo.drop with e.g. a control window from controlP5 you can add a control window asa component to sojamo.drop. 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