controlP5 / ControlEvent / stringValue( )

name
stringValue ( )
description
returns a string value if applicable to the controller e.g. textfield has a string value. 
Syntax
stringValue();


Returns
String
Usage
Web & Application
Related