---
title: "windowDidEnterFullScreen(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nswindowdelegate/windowdidenterfullscreen(_:)"
---

# windowDidEnterFullScreen(_:)

The window has entered full-screen mode.

## Declaration

```swift
@MainActor optional func windowDidEnterFullScreen(_ notification: Notification)
```

## Parameters

- `notification`: A notification named doc://com.apple.appkit/documentation/AppKit/NSWindow/didEnterFullScreenNotification.

## See Also

### Managing Full-Screen Presentation

- [window(_:willUseFullScreenContentSize:)](appkit/nswindowdelegate/window(_:willusefullscreencontentsize:).md)
- [window(_:willUseFullScreenPresentationOptions:)](appkit/nswindowdelegate/window(_:willusefullscreenpresentationoptions:).md)
- [windowWillEnterFullScreen(_:)](appkit/nswindowdelegate/windowwillenterfullscreen(_:).md)
- [windowWillExitFullScreen(_:)](appkit/nswindowdelegate/windowwillexitfullscreen(_:).md)
- [windowDidExitFullScreen(_:)](appkit/nswindowdelegate/windowdidexitfullscreen(_:).md)
