Compartir a través de


InputDevice.MotionRangeToolMajor 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_MAJOR.

[Android.Runtime.Register("MOTION_RANGE_TOOL_MAJOR")]
[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 MotionRangeToolMajor = 6;
[<Android.Runtime.Register("MOTION_RANGE_TOOL_MAJOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.", true)>]
val mutable MotionRangeToolMajor : Android.Views.MotionRange

Valor de campo

Value = 6

Implementaciones

Atributos

Comentarios

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

Este miembro está en desuso. En su lugar, use MotionEvent#AXIS_TOOL_MAJOR.

Documentación de Java para android.view.InputDevice.MOTION_RANGE_TOOL_MAJOR.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Consulte también