MotionEvent.ActionMasked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the masked action being performed, without pointer index information.
public Android.Views.MotionEventActions ActionMasked { [Android.Runtime.Register("getActionMasked", "()I", "")] get; }
[<get: Android.Runtime.Register("getActionMasked", "()I", "")>]
member this.ActionMasked : Android.Views.MotionEventActions
Property Value
The action, such as #ACTION_DOWN
or #ACTION_POINTER_DOWN
.
- Attributes
Remarks
Return the masked action being performed, without pointer index information. Use #getActionIndex
to return the index associated with pointer actions.
Java documentation for android.view.MotionEvent.getActionMasked()
.
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.