controlP5 / ControlP5 / addRadio( )

name
addRadio ( )
description
add a radio list to controlP5. by default it will be added to the default tab of the main window. 
Syntax
addRadio(theName, theX, theY);
addRadio(theName, theX, theY, theWidth, theHeight, theLineSpacing);
parameters
theNameString 
theXint 
theYint 


Returns
Radio
Usage
Web & Application
Related