draw
void draw() { noFill(); stroke(255); strokeWeight(2); ellipse(mouseX, mouseY, 30, 30); fill(0, 50); noStroke(); rect(0, 0, width, height);