MotionEvent.ObtainNoHistory(MotionEvent) Method
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.
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.