InputDevice.MotionRangeToolMinor Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.

Constant for retrieving the range of values for MotionEvent#AXIS_TOOL_MINOR.

[Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)]
public const Android.Views.MotionRange MotionRangeToolMinor = 7;
[<Android.Runtime.Register("MOTION_RANGE_TOOL_MINOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)>]
val mutable MotionRangeToolMinor : Android.Views.MotionRange

Field Value

Value = 7

Implements

Attributes

Remarks

Constant for retrieving the range of values for MotionEvent#AXIS_TOOL_MINOR.

This member is deprecated. Use MotionEvent#AXIS_TOOL_MINOR instead.

Java documentation for android.view.InputDevice.MOTION_RANGE_TOOL_MINOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also