- pointerIndex
- Raw index of pointer to retrieve. Value may be from 0 (the first pointer that is down) to MotionEvent.PointerCount-1.
- pos
- Which historical value to return; must be less than MotionEvent.HistorySize
- outPointerCoords
- The pointer coordinate object to populate.
Populates a NoType:android/view/MotionEvent$PointerCoords;Href=../../../reference/android/view/MotionEvent.PointerCoords.html object with historical pointer coordinate data, as per MotionEvent.GetPointerCoords(int, .PointerCoords), that occurred between this event and the previous event for the given pointer. Only applies to ACTION_MOVE events.