InputDevice.MotionRangeTouchMinor Campo

Definição

Cuidado

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

Constante para recuperar o intervalo de valores para 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

Valor do campo

Value = 5

Implementações

Atributos

Comentários

Constante para recuperar o intervalo de valores para MotionEvent#AXIS_TOUCH_MINOR.

Este membro foi preterido. Use o MotionEvent#AXIS_TOUCH_MINOR em vez disso.

Documentação Java para android.view.InputDevice.MOTION_RANGE_TOUCH_MINOR.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

Confira também