Contents

didEnterFullScreenNotification

A notification that the window entered full-screen mode.

Declaration

class let didEnterFullScreenNotification: NSNotification.Name

Discussion

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

See Also

Notifications