Contents

willEnterFullScreenNotification

A notification that the window will enter full-screen mode.

Declaration

class let willEnterFullScreenNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that will enter full-screen mode. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications