UIEvent.AllTouches Property
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.
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.