Contents

init(_:)

Creates an instance from another gesture.

Declaration

init<T>(_ gesture: T) where Value == T.Value, T : Gesture

Parameters

  • gesture:

    A gesture that you use to create a new gesture.