InputDevice.MotionRangeX 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_X.

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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

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

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

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

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