Android 3 finger touch detection

前端 未结 4 613
梦谈多话
梦谈多话 2021-01-12 23:38

I am successfully able to record the coordinates of the two fingers being touched on the screen using the following code:

case MotionEvent.ACTION_MOVE:
Log.d         


        
4条回答
  •  梦毁少年i
    2021-01-13 00:18

    I've confirmed 4 touches on some Android 2.3.5 devices, and every 3.x and 4.x device I've tested so far. It seems that at least from API 8+, more than two touches is supported, but it's device-dependent.

提交回复
热议问题