ben5NL

Untitled

Jun 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void setup() {
  2. size (300, 300);
  3. }
  4. void draw() {
  5. background(0);
  6. textSize(20);
  7. text(mouseX + "," + mouseY, 50, 50);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment