Lenguaje

InputDevice.MotionRangeOrientation 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_ORIENTATION.

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

Valor de campo

Value = 8

Implementaciones

Atributos

Comentarios

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

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

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

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