7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
void setup() {
|
|
size(200, 200);
|
|
}
|
|
void draw() {
|
|
println(mouseX);
|
|
}
|