Android 3 finger touch detection

前端 未结 4 588
梦谈多话
梦谈多话 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条回答
  •  逝去的感伤
    2021-01-13 00:10

    This was asked some time ago, but anyway. The answer is that although android could track 256 fingers, the current implementation limits this to 2 fingers.

    I'm not sure about honeycomb, but I guess that it has the same "issue".

提交回复
热议问题