InputDevice.MotionRangeToolMajor 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_TOOL_MAJOR.

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

Valor do campo

Value = 6

Implementações

Atributos

Comentários

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

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

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

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