Freigeben über


MotionEvent.ButtonPrimary Feld

Definition

Achtung

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

Schaltflächenkonstante: Primäre Schaltfläche (linke Maustaste).

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

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Schaltflächenkonstante: Primäre Schaltfläche (linke Maustaste).

Diese Schaltflächenkonstante wird nicht als Reaktion auf einfache Fingereingaben oder Eingabestiftspitzen festgelegt. Der Benutzer muss tatsächlich eine Taste drücken.

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

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