Skip to content
Snippets Groups Projects
Commit 58dc5817 authored by Lucas Philippe's avatar Lucas Philippe
Browse files

Ajout etape 3

parent 2b045011
No related branches found
No related tags found
No related merge requests found
......@@ -143,3 +143,7 @@ void keyPressed() {
}
redraw();
}
void mouseMoved() {
println("(x: " + mouseX + ", y: " + mouseY + ")");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment