InputDevice.MotionRangeToolMinor Campo

Definición

Precaución

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

Constante para recuperar el intervalo de valores de 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

Valor de campo

Value = 7

Implementaciones

Atributos

Comentarios

Constante para recuperar el intervalo de valores de MotionEvent#AXIS_TOOL_MINOR.

Este miembro está en desuso. Utilice MotionEvent#AXIS_TOOL_MINOR en su lugar.

Java documentación para android.view.InputDevice.MOTION_RANGE_TOOL_MINOR.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también