controlP5 / ControllerGroup / moveTo( )

name
moveTo ( )
description
move the group. 
Syntax
moveTo(theGroup, theTab, theControlWindow);
moveTo(theGroup);
moveTo(theTab);
moveTo(theControlWindow);
moveTo(theTabName, theControlWindow);
moveTo(theTab, theControlWindow);
parameters
theGroupControlGroup 
theTabTab 
theControlWindowControlWindow 


Returns
None
Usage
Web & Application
Related