Skip to content

Instantly share code, notes, and snippets.

@joehonton
Created February 21, 2021 03:46
Show Gist options
  • Save joehonton/654050eeb54e23c5df20edf6054a5cc1 to your computer and use it in GitHub Desktop.
Save joehonton/654050eeb54e23c5df20edf6054a5cc1 to your computer and use it in GitHub Desktop.
canvas.addEventListener('pointerdown', (event) => {
gestures.addFinger(event);
gestures.sendInitialGesture();
event.preventDefault();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment