On Fri, 1 Oct 2021 00:18:50 GMT, Alisen Chung <[email protected]> wrote:
> I'm don't see windowDidEnterFullScreen calls when the window is being > fullscreened. As far as I understand the windowDidEnterFullScreen should be called when the window moved to the fullscreen mode https://developer.apple.com/documentation/appkit/nswindowdelegate/1419116-windowdidenterfullscreen?language=objc There are two fullscreen modes on macOS, one of them can be set via GraphicsDevice.setFullScreenWindow() and another one can be set by pressing the maximized button(https://support.apple.com/guide/mac-help/use-apps-in-full-screen-mchl9c21d2be/mac), which one did you test? ------------- PR: https://git.openjdk.java.net/jdk/pull/5497
