void setup() { size(600, 600); } void draw() { background(200); textSize(20); textAlign(CENTER); fill(0); text("maus", mouseX, mouseY); }