Closed avokicchi closed 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
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.
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