ICC
< back to sketch

void setup(){
size(300,300);
}
void loop(){
background(255,255,255);
rect(mouseX,mouseY, 20,20);
}

< back to sketch