how do you use MotionEvent.ACTION_POINTER_INDEX_SHIFT?
问题 I've been working in a game and I'm trying to make the controllers, nothing too complicated and to do this I need to track 2 inputs(fingers): 1 the fire button and move keys.(up, down, left, right) This is the problem: finger 1 is down, finger 2 is down, finger 1 goes up thinking it's 2 and then finger 2 goes up thinking it's 1. D/Controlls(18849): Action Down 1 D/Controlls(18849): Coordinates 267.7908 415.24274 D/Controlls(18849): Action Pointer Down 2 D/Controlls(18849): Coordinates 281