Freigeben über


KeyEvent.KeycodeStylusButtonTertiary 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 tertiär button on the barrel of a stylus.

[Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_TERTIARY", 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 KeycodeStylusButtonTertiary = 310;
[<Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_TERTIARY", 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 KeycodeStylusButtonTertiary : Android.Views.Keycode

Feldwert

Value = 310

Implementiert

Attribute

Hinweise

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

Java-Dokumentation für android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_TERTIARY.

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: