MotionEvent.ObtainNoHistory(MotionEvent) Method

Definition

Create a new MotionEvent, copying from an existing one, but not including any historical point information.

[Android.Runtime.Register("obtainNoHistory", "(Landroid/view/MotionEvent;)Landroid/view/MotionEvent;", "")]
public static Android.Views.MotionEvent? ObtainNoHistory (Android.Views.MotionEvent? other);
[<Android.Runtime.Register("obtainNoHistory", "(Landroid/view/MotionEvent;)Landroid/view/MotionEvent;", "")>]
static member ObtainNoHistory : Android.Views.MotionEvent -> Android.Views.MotionEvent

Parameters

other
MotionEvent

Returns

Attributes

Remarks

Create a new MotionEvent, copying from an existing one, but not including any historical point information.

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

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