Freigeben über


MotionEvent.ButtonBack Feld

Definition

Achtung

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

Schaltflächenkonstante: Zurück-Taste gedrückt (Maustaste zurück).

[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

Feldwert

Value = 8

Implementiert

Attribute

Hinweise

Schaltflächenkonstante: Zurück-Taste gedrückt (Maustaste zurück).

Das System sendet möglicherweise eine KeyEvent#KEYCODE_BACK Taste an die Anwendung, wenn diese Taste gedrückt wird.

Java-Dokumentation für android.view.MotionEvent.BUTTON_BACK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

Weitere Informationen