KeyEvent.KeycodeStylusButtonPrimary Campo

Definición

Precaución

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

Constante de código clave: el botón principal del barril de un lápiz óptico.

[Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_PRIMARY", 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 KeycodeStylusButtonPrimary = 308;
[<Android.Runtime.Register("KEYCODE_STYLUS_BUTTON_PRIMARY", 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 KeycodeStylusButtonPrimary : Android.Views.Keycode

Valor de campo

Value = 308

Implementaciones

Atributos

Comentarios

Constante de código clave: el botón principal del barril de un lápiz óptico. Este suele ser el botón más cercano a la punta del lápiz óptico.

Java documentación para android.view.KeyEvent.KEYCODE_STYLUS_BUTTON_PRIMARY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a