Skip to content

Instantly share code, notes, and snippets.

@Noah-Huppert
Created November 27, 2013 19:23
Show Gist options
  • Save Noah-Huppert/7681582 to your computer and use it in GitHub Desktop.
Save Noah-Huppert/7681582 to your computer and use it in GitHub Desktop.
JS mouse data collections
x = event.x;
y = event.y;
x -= canvas.offsetLeft;
y -= canvas.offsetTop;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment