Lenguaje

InputDevice.MotionRangeY 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_Y.

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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

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

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

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

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