ebiten/internal/cocoa
Hajime Hoshi cff99106b6 internal/ui: bug fix: fullscreening didn't work correctly on macOS 13
As of macOS 13, a retrieved collectionBehavior included
NSWindowCollectionBehaviorFullScreenNone and this prevented the window
from being fullscreen.

This change fixes this issue by removing the flag
NSWindowCollectionBehaviorFullScreenNone when necessary.

Closes #2437
2022-11-05 14:07:02 +09:00
..
api_cocoa_darwin.go internal/ui: bug fix: fullscreening didn't work correctly on macOS 13 2022-11-05 14:07:02 +09:00