Condividi tramite


InputDevice.MotionRangeTouchMinor Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Views.MotionRange enum directly instead of this field.

Costante per il recupero dell'intervallo di valori per MotionEvent#AXIS_TOUCH_MINOR.

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

Valore del campo

Value = 5

Implementazioni

Attributi

Commenti

Costante per il recupero dell'intervallo di valori per MotionEvent#AXIS_TOUCH_MINOR.

Questo membro è deprecato. Utilizzare invece MotionEvent#AXIS_TOUCH_MINOR.

Documentazione java per android.view.InputDevice.MOTION_RANGE_TOUCH_MINOR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche