Contents

overlayView(_:didClose:)

Notifies your app that the given menu closed.

Declaration

@MainActor func overlayView(_ overlayView: ImageAnalysisOverlayView, didClose menu: NSMenu)

Parameters

  • overlayView:

    The associated overlay view for the menu.

  • menu:

    The menu that closed.

See Also

Responding to key and menu events