UIEvent.AllTouches Property

Definition

Returns all of the touches for the screen.

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

Property Value

Attributes

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 UITouch events for a specific view or window use TouchesForView(UIView) and TouchesForWindow(UIWindow) respectively.

Applies to