Langue

KeyEvent.KeycodeStylusButtonSecondary Champ

Définition

Attention

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

Constante de code clé : bouton secondaire sur le canon d’un stylet.

[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

Valeur de champ

Value = 309

Implémente

Attributs

Remarques

Constante de code clé : bouton secondaire sur le canon d’un stylet. Il s’agit généralement du deuxième bouton de la pointe du stylet.

Java documentation pour android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_SECONDARY.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à