Android.Views.MotionEvent.GetHistoricalAxisValue Method
MotionEvent.GetHistoricalAxisValue(Axis, System.Int32, System.Int32) for the first pointer index (may be an arbitrary pointer identifier).

Syntax

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

See Also

MotionEvent.HistorySize
MotionEvent.GetAxisValue(Axis)

Parameters

axis
The axis identifier for the axis value to retrieve.
pos
Which historical value to return; must be less than MotionEvent.HistorySize

Returns

Documentation for this section has not yet been entered.

Remarks

MotionEvent.GetHistoricalAxisValue(Axis, System.Int32, System.Int32) for the first pointer index (may be an arbitrary pointer identifier).

[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