Поделиться через


MotionEvent.ButtonBack Поле

Определение

Внимание!

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

Константа кнопки: нажатие кнопки "Назад" (кнопка назад мыши).

[Android.Runtime.Register("BUTTON_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)]
public const Android.Views.MotionEventButtonState ButtonBack = 8;
[<Android.Runtime.Register("BUTTON_BACK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)>]
val mutable ButtonBack : Android.Views.MotionEventButtonState

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

Value = 8

Реализации

Атрибуты

Комментарии

Константа кнопки: нажатие кнопки "Назад" (кнопка назад мыши).

Система может отправить нажатие клавиши KeyEvent#KEYCODE_BACK приложению при нажатии этой кнопки.

Документация по Java для android.view.MotionEvent.BUTTON_BACK.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

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

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