InputDevice.MotionRangeX 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_X.

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

Valor do campo

Value = 0

Implementações

Atributos

Comentários

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

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

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

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