sets the value let inp; function setup() { inp = createInput('myValue'); } function mousePressed() { inp.value('myValue'); } ...
確定! 回上一頁