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.

per android.view.InputDevice.MOTION_RANGE_TOUCH_MINOR.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche