UIKit.UIEvent.AllTouches Property
Returns all of the touches for the screen.

Syntax

[get: Foundation.Export("allTouches")]
public virtual Foundation.NSSet AllTouches { get; }

Value

Remarks

This includes all of the touches for the screen that are being tracked and might span multiple windows and multiple views. If you are only interested in getting the UIKit.UITouch events for a specific view or window use UIEvent.TouchesForView(UIView) and UIEvent.TouchesForWindow(UIWindow) respectively.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0