Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Android API level 7 中,当我使用 时ACTION_POINTER_UP,如何发现哪个手指先从屏幕上抬起?
ACTION_POINTER_UP
只有两个接触点。我想知道手指何时离开屏幕。该手指是第一次或最后一次触摸屏幕的手指。
我怎样才能发现首先从屏幕上抬起的手指?
你可以getActionIndex()使用MotionEvent
getActionIndex()
MotionEvent