Android.Views.MotionEvent.ButtonForward Field
Button constant: Forward button pressed (mouse forward button).

Value: 16

Syntax

[Android.Runtime.Register("BUTTON_FORWARD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventButtonState enum directly instead of this field.")]
public const MotionEventButtonState ButtonForward

See Also

MotionEvent.ButtonState

Remarks

Button constant: Forward button pressed (mouse forward button).

The system may send a KeyEvent.KEYCODE_FORWARD key press to the application when this button is pressed.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14