Contents

mouseExited(with:frame:in:)

Hides the cell component over which the mouse is hovering.

Declaration

func mouseExited(with event: NSEvent, frame: NSRect, in view: NSView)

Parameters

  • event:

    The mouse-exited event.

  • frame:

    The frame in which the cell is located.

  • view:

    The view in which the cell is located.

See Also

Displaying Hidden Components