Referencia createButton()

createButton()

Creates a

Ejemplos

Sintaxis

createButton(label, [value])

Parámetros

label
String: label displayed on the button.
value
String: value of the button.

Returns

p5.Element: new p5.Element object.
Notice any errors or typos? Please let us know. Please feel free to edit src/dom/dom.js and open a pull request!

Referencias Relacionadas