InputDevice.MotionRangeY Поле

Определение

Внимание!

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

Константой для получения диапазона значений.MotionEvent#AXIS_Y

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

Значение поля

Value = 1

Реализации

Атрибуты

Комментарии

Константой для получения диапазона значений.MotionEvent#AXIS_Y

Этот элемент не рекомендуется. Вместо этого используйте MotionEvent#AXIS_Y.

Java документации по android.view.InputDevice.MOTION_RANGE_Y.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к

См. также раздел