Android.Views.MotionEvent.ButtonPrimary Field
Button constant: Primary button (left mouse button).

Value: 1

Syntax

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

See Also

MotionEvent.ButtonState

Remarks

Button constant: Primary button (left mouse button). This button constant is not set in response to simple touches with a finger or stylus tip. The user must actually push a button.

[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