MotionEvent.Flags Property

Definition

Gets the motion event flags.

public Android.Views.MotionEventFlags Flags { [Android.Runtime.Register("getFlags", "()I", "")] get; }
[<get: Android.Runtime.Register("getFlags", "()I", "")>]
member this.Flags : Android.Views.MotionEventFlags

Property Value

Attributes

Remarks

Gets the motion event flags.

Java documentation for android.view.MotionEvent.getFlags().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also