jeromeetienne / virtualjoystick.js

a virtual joystick library to emulate a joystick on touch screen in javascript
http://jeromeetienne.github.com/virtualjoystick.js/examples/basic.html
MIT License
417 stars 125 forks source link

Small PR: Add event.preventDefault(); to _onMouseDown #21

Closed erichlof closed 10 years ago

erichlof commented 10 years ago

This is a minor PR that adds event.preventDefault(); to the _onMouseDown function. While debugging with mouseSupport set to true, whenever I did a drag motion, it would try to highlight any text that was printed on the webpage. This one line of code fixes that.

jeromeetienne commented 10 years ago

thanks again!

jeromeetienne commented 10 years ago

@erichlof i would like to send you an email but i can't find your address. can you please send it to me ? :)

erichlof commented 10 years ago

@jeromeetienne Sent! Thanks for merging!

-Erich