num =motionEvent.getPointerCount()//使用MotionEvent的此方法来获取当前手指的数量. 然后使用一个循环,进行手指数据的遍历: id = 0; while(id < num){ int ptridx ...
確定! 回上一頁