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 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: