Lenguaje

InputDevice.MotionRanges Propiedad

Definición

Obtiene los intervalos de todos los ejes admitidos por el dispositivo.

public System.Collections.Generic.IList<Android.Views.InputDevice.MotionRange>? MotionRanges { [Android.Runtime.Register("getMotionRanges", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getMotionRanges", "()Ljava/util/List;", "")>]
member this.MotionRanges : System.Collections.Generic.IList<Android.Views.InputDevice.MotionRange>

Valor de propiedad

Intervalos de movimiento para el dispositivo.

Atributos

Comentarios

Obtiene los intervalos de todos los ejes admitidos por el dispositivo.

Java documentación para android.view.InputDevice.getMotionRanges().

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

  • <xref:Android.Views.InputDevice.GetMotionRange(Android.Views.Axis%2c+Android.Views.InputSourceType)>