applicationDidChangeScreenParameters(_:)
Tells the delegate about changes to the configuration of any attached displays.
Declaration
@MainActor optional func applicationDidChangeScreenParameters(_ notification: Notification)Parameters
- notification:
A notification named Didchangescreenparametersnotification. Calling the Object method of this notification returns the
NSApplicationobject itself.