Android.Views.MotionEvent.GetHistoricalAxisValue Method
Returns the historical value of the requested axis, as per MotionEvent.GetAxisValue(Axis, System.Int32), occurred between this event and the previous event for the given pointer.

Syntax

[Android.Runtime.Register("getHistoricalAxisValue", "(III)F", "")]
public float GetHistoricalAxisValue ([Android.Runtime.GeneratedEnum] Axis axis, int pointerIndex, int pos)

Parameters

axis
The axis identifier for the axis value to retrieve.
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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the historical value of the requested axis, as per MotionEvent.GetAxisValue(Axis, System.Int32), 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 12