Compartir a través de


MotionEvent.ButtonBack Campo

Definición

Precaución

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

Constante de botón: botón Atrás presionado (botón atrás del mouse).

[Android.Runtime.Register("BUTTON_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)]
public const Android.Views.MotionEventButtonState ButtonBack = 8;
[<Android.Runtime.Register("BUTTON_BACK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.", true)>]
val mutable ButtonBack : Android.Views.MotionEventButtonState

Valor de campo

Value = 8

Implementaciones

Atributos

Comentarios

Constante de botón: botón Atrás presionado (botón atrás del mouse).

El sistema puede enviar una KeyEvent#KEYCODE_BACK tecla presionada a la aplicación cuando se presiona este botón.

Documentación de Java para android.view.MotionEvent.BUTTON_BACK.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

Consulte también