Contents

mouseDown(with:)

Informs the receiver that the user has pressed the left mouse button.

Declaration

func mouseDown(with event: NSEvent)

Parameters

  • event:

    An object encapsulating information about the mouse-down event.

Mentioned in

Discussion

The default implementation simply passes this message to the next responder.

See Also

Responding to Mouse Events