KeyEvent.KeycodeStylusButtonSecondary 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 secondary button on the barrel of a stylus.

[Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_SECONDARY", 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 KeycodeStylusButtonSecondary = 309;
[<Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_SECONDARY", 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 KeycodeStylusButtonSecondary : Android.Views.Keycode

Feldwert

Value = 309

Implementiert

Attribute

Hinweise

Key code constant: The secondary button on the barrel of a stylus. Dies ist in der Regel die zweite Taste von der Spitze des Eingabestifts.

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

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: