Skip to content

Instantly share code, notes, and snippets.

@strayblues
Created November 19, 2018 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strayblues/077e1c5454e098aedd7e96c9f2bb48ec to your computer and use it in GitHub Desktop.
Save strayblues/077e1c5454e098aedd7e96c9f2bb48ec to your computer and use it in GitHub Desktop.
function handleMouseDown(e) {
recordMouseLocation(e);
draw = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment