GestureDetector Multi
I'm working with gestures in Android, specific with multi-touch. I'm using the interface called OnGestureListener and the object GestureDetector (to manage the different events like scroll, flip, down, and other). The question is: Does GestureDetector support multi-touch events ? or it works with only one finger.
I have made a app to test that (using two fingers), in onFlp(MotionEvent e1, MotionEvent e2, float velocityX,float velocityY) I show (in console) the id of the different MotionEvents but these ids are the same (apparently only detects a finger).
链接地址: http://www.djcxy.com/p/91232.html上一篇: 获取中间坐标