chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.
chrisbateman.github.io/impetus
MIT License
487 stars 70 forks source link

Ignore Multitouch #14

Closed timothyallan closed 8 years ago

timothyallan commented 8 years ago

If we've got an active event going, and another touch comes into play, just exit and let any other running multitouch handlers take over. Fixes issue #13

timothyallan commented 8 years ago

Closed as it borked non-touch related events which don't contain a "touch" parameter. Will resubmit with a touch + mouse fix asap.