In Android API level 7,when I use ACTION_POINTER_UP, how can I discover which finger raised up from the screen first?
There are only two touch points. I want to learn when a finger leaves the screen. This finger is the finger that first or last touched the screen.
You can use
getActionIndex()ofMotionEvent