otherMouseDragged(with:)
Informs the view that the user has moved the mouse with a button other than the left or right button pressed.
Declaration
@MainActor @preconcurrency override dynamic func otherMouseDragged(with event: NSEvent)Parameters
- event:
An object encapsulating information about the mouse event.
Discussion
The view handles the event instead of passing it to the next responder. See NSResponder for more information about the responder chain.