Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created July 7, 2018 16:29
Show Gist options
  • Save indreklasn/c0da547da9eb3b4503d216f715a476ff to your computer and use it in GitHub Desktop.
Save indreklasn/c0da547da9eb3b4503d216f715a476ff to your computer and use it in GitHub Desktop.
pointer events example
div.addEventListener('pointermove', (e) => {
console.log(e)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment