GestureIntent
public struct GestureIntent
Declares the gestures that will be used during the lifetime of the session.
-
The gestures that will be used.
Declaration
Swift
public var gestures: Set<GestureType>
-
Creates a new gesture intent with the specified gestures.
Declaration
Swift
public init(gestures: Set<GestureType>)