Informs the receiver that the user has moved the mouse with a button other than the left or right button pressed.
SDK
- macOS 10.1+
Framework
- App
Kit
Declaration
func otherMouseDragged(with event: NSEvent)
Parameters
event
An object encapsulating information about the mouse-dragged event.
Discussion
The default implementation simply passes this message to the next responder.