KeyEvent.KeycodeStylusButtonPrimary Feld

Definition

Achtung

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

Key code constant: The primary button on the barrel of a stylus.

[Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_PRIMARY", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)]
public const Android.Views.Keycode KeycodeStylusButtonPrimary = 308;
[<Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_PRIMARY", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Keycode enum directly instead of this field.", true)>]
val mutable KeycodeStylusButtonPrimary : Android.Views.Keycode

Feldwert

Value = 308

Implementiert

Attribute

Hinweise

Key code constant: The primary button on the barrel of a stylus. Dies ist in der Regel die Schaltfläche, die der Spitze des Eingabestifts am nächsten kommt.

Java Dokumentation für android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_PRIMARY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: