Skip to content

Instantly share code, notes, and snippets.

@strayblues
Created November 19, 2018 20:00
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/3d56ed215d7ca5191b1de6d17ab25b9c to your computer and use it in GitHub Desktop.
Save strayblues/3d56ed215d7ca5191b1de6d17ab25b9c to your computer and use it in GitHub Desktop.
function handleMouseMove(e) {
if (draw) {
recordMouseLocation(e);
drawLine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment