MTGesture
@MainActor
public protocol MTGesture
Defines gestures behaviour.
-
Type of the gesture.
Declaration
Swift
@MainActor var type: MTGestureType { get } -
disable()AsynchronousDisables the gesture.
Declaration
Swift
@MainActor func disable() async -
enable()AsynchronousEnables the gesture.
Declaration
Swift
@MainActor func enable() async