【发布时间】:2013-10-31 13:11:07
【问题描述】:
我正在使用OnGestureListener 界面和GestureDetector 在Android 中处理触摸手势。
我制作了一个应用程序来测试检测两个手指是否有效,在 onFlp(MotionEvent e1, MotionEvent e2, float velocityX,float velocityY) 中,我打印了不同 MotionEvents 的 id,但这些 id 是相同的(显然只检测到一根手指)。
GestureDetector 是否支持多点触控事件?
【问题讨论】:
-
手机支持多点触控吗?
-
是的,但是我不能用这个界面管理多个手指。
标签: android gesture multi-touch