2023-09-25 17:53:38 +02:00

7 lines
70 B
Plaintext

void setup() {
size(200, 200);
}
void draw() {
println(mouseX);
}