UIGestureRecognizer.IgnoreTouch(UITouch, UIEvent) 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.
Ignores a specific touch of the given event.
[Foundation.Export("ignoreTouch:forEvent:")]
public virtual void IgnoreTouch (UIKit.UITouch touch, UIKit.UIEvent forEvent);
abstract member IgnoreTouch : UIKit.UITouch * UIKit.UIEvent -> unit
override this.IgnoreTouch : UIKit.UITouch * UIKit.UIEvent -> unit
Parameters
- touch
- UITouch
The part of the current multi-touch sequence and associated that is associated with the specified event.
- forEvent
- UIEvent
Event that includes a reference to touch.
- Attributes