Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created May 23, 2012 07:35
Show Gist options
  • Save ynonp/2773724 to your computer and use it in GitHub Desktop.
Save ynonp/2773724 to your computer and use it in GitHub Desktop.
$('canvas').bind('vmousemove', function(e) {
e.preventDefault();
// other stuff to handle the event
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment