Android.Views.InputDevice.GetMotionRange Method
Gets information about the range of values for a particular Android.Views.MotionEvent axis used by a particular source on the device.

Syntax

[Android.Runtime.Register("getMotionRange", "(II)Landroid/view/InputDevice$MotionRange;", "")]
public InputDevice.MotionRange GetMotionRange ([Android.Runtime.GeneratedEnum] Axis axis, [Android.Runtime.GeneratedEnum] InputSourceType source)

Parameters

axis
The axis constant.
source
The source for which to return information.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets information about the range of values for a particular Android.Views.MotionEvent axis used by a particular source on the device. If the device supports multiple sources, the same axis may have different meanings for each source.

[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