avokicchi / jquery-drawr

JQuery dRawr is a jquery plugin to turn any canvas element into a drawing area with a lot of useful tools and brushes.
MIT License
40 stars 20 forks source link

unintended touches when drawing with pen #34

Closed avokicchi closed 3 years ago

avokicchi commented 3 years ago

Ignore multitouch when drawing with pen, if it is possible to detect the difference between a wrist touch/pencil draw. Some pointers here. https://stackoverflow.com/questions/34986373/javascript-touch-event-distinguishing-finger-vs-apple-pencil

avokicchi commented 3 years ago

Idea: Keep track of 25 last draw events. If pencil occurs more than touch, ignore touch, and the other way around. that way if you want to switch you can scribble a bit and it will switch.