KeyEvent.KeycodeStylusButtonTertiary 字段

定义

注意

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

关键代码常量:触笔桶上的第三步按钮。

[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

字段值

Value = 310

实现

属性

注解

关键代码常量:触笔桶上的第三步按钮。 这通常是触笔尖上的第三个按钮。

适用于 . 的 android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_TERTIARYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于