UIEvent.TouchesForWindow(UIWindow) 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.
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