updateNSGestureRecognizer(_:context:)
Updates the NSGestureRecognizer (and coordinator) to the latest configuration.
Declaration
@MainActor @preconcurrency func updateNSGestureRecognizer(_ recognizer: Self.NSGestureRecognizerType, context: Self.Context)Parameters
- recognizer:
An instance of the represented gesture recognizer.
- context:
A context structure containing information about the current state of the system, such as the current coordinator instance.