Contents

init(count:coordinateSpace:)

Creates a tap gesture with the number of required taps and the coordinate space of the gesture’s location.

Declaration

init(count: Int = 1, coordinateSpace: some CoordinateSpaceProtocol = .local)

Parameters

  • count:

    The required number of taps to complete the tap gesture.

  • coordinateSpace:

    The coordinate space of the tap gesture’s location.

See Also

Creating a spatial tap gesture