diff --git a/TP5/sketch_240321a/sketch_240321a.pde b/TP5/sketch_240321a/sketch_240321a.pde index 1603126f29c6f221c0187d37649cce2f93859375..759da7d25c560410f68b4239ea24bd94fb26220e 100644 --- a/TP5/sketch_240321a/sketch_240321a.pde +++ b/TP5/sketch_240321a/sketch_240321a.pde @@ -143,3 +143,7 @@ void keyPressed() { } redraw(); } + +void mouseMoved() { + println("(x: " + mouseX + ", y: " + mouseY + ")"); +}