GestureDetector Multi

我正在使用Android中的手势,特定于多点触控。 我使用的是名为OnGestureListener的接口和对象GestureDetector(用于管理不同的事件,如滚动,翻转,向下和其他)。 问题是:GestureDetector是否支持多点触摸事件? 或者它只能用一根手指工作。

我做了一个应用程序来测试(使用两根手指),在onFlp(MotionEvent e1,MotionEvent e2,float velocityX,float velocityY)我显示(在控制台中)不同MotionEvents的id,但这些id是相同的检测手指)。

链接地址: http://www.djcxy.com/p/91231.html

上一篇: GestureDetector Multi

下一篇: Android OnTouchEvent: Debugging InputEventConsistencyVerifier messages