allTouches
All touches associated with the event.
Declaration
var allTouches: Set<UITouch>? { get }Return Value
A set of UITouch objects representing all touches associated with the event.
Discussion
If the touches of the event originate in different views and windows, the UITouch objects obtained from this method will be associated with different responder objects.