UIEvent.TouchesForWindow(UIWindow) Method

Definition

Fetches the UITouch for the specified window from the UIEvent.

[Foundation.Export("touchesForWindow:")]
public virtual Foundation.NSSet TouchesForWindow (UIKit.UIWindow window);
abstract member TouchesForWindow : UIKit.UIWindow -> Foundation.NSSet
override this.TouchesForWindow : UIKit.UIWindow -> Foundation.NSSet

Parameters

window
UIWindow

The window you are interested in.

Returns

The UITouch events.

Attributes

Applies to