UIEvent.TouchesForGestureRecognizer(UIGestureRecognizer) 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.
Retrieves the UITouch events that are being delivered to the specified gesture recognizer.
[Foundation.Export("touchesForGestureRecognizer:")]
public virtual Foundation.NSSet TouchesForGestureRecognizer (UIKit.UIGestureRecognizer window);
abstract member TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet
override this.TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet
Parameters
- window
- UIGestureRecognizer
The gesture recognizer to probe.
Returns
- Attributes