Clicking in the box toggles fullscreen on and off. function setup() { background(200); } function mousePressed() { if (mouseX > 0 && mouseX < 100 && mouseY > ...
確定! 回上一頁