Android Libraries for easy Multi Touch implementation that includes Twist/Rotate etc?

六眼飞鱼酱① 提交于 2019-12-21 19:22:49

问题


Has anyone run across a good implementation in library or package form that implements MULTI touch processing that includes pinch-zoom, rotate, two finger swipe etc. and is relatively easy to extend?

I wrote the code for pinch-zoom and two finger swipe, but it's been awhile and I am tired of relearning this somewhat messy API with all of it's gotcha's every time I need to extend my actions.


回答1:


The best I can find at this point is

Howto use - Multi Touch Controller from Luke Hutchison's source code

If anyone else has something better please post!



来源:https://stackoverflow.com/questions/10454570/android-libraries-for-easy-multi-touch-implementation-that-includes-twist-rotate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!