Android.Views.MotionEvent.GetHistoricalPointerCoords Method
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.

Syntax

[Android.Runtime.Register("getHistoricalPointerCoords", "(IILandroid/view/MotionEvent$PointerCoords;)V", "")]
public void GetHistoricalPointerCoords (int pointerIndex, int pos, MotionEvent.PointerCoords outPointerCoords)

See Also

MotionEvent.HistorySize
MotionEvent.GetPointerCoords(int, .PointerCoords)

Parameters

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.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9