Contents

windowDidMove(_:)

Tells the delegate that the window has moved.

Declaration

@MainActor optional func windowDidMove(_ notification: Notification)

Parameters

Discussion

You can retrieve the NSWindow object in question by sending object to notification.

See Also

Moving Windows