ctext
index
Name CTextInput
Examples
None available
Description A Simple Text Input field based on the ProControl library
Note: likely to be replaced in later versions.

To receive callbacks from this method via reflection when
the return key is pressed, implement this method:

public void onTextInput(String s)
Constructors
CTextInput(pApplet);
CTextInput(pApplet, x, y);
CTextInput(pApplet, x, y, w, h);
Usage Web & Application
Related