unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Support Multitouch #70

Open fastner opened 12 years ago

dominikg commented 12 years ago

to implement this, one could improve qx.event.handler.Touch to not only track the first touch by id, but instead track all current touches by id eg by using a map or an array as value for __trackId.

This is a bigger effort though, as each touch needs to be checked for gestures (tap,swipe,touchhold, etc. ) separatly.