问题
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