On Fri, 1 Oct 2021 01:56:36 GMT, Sergey Bylokhov <[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? I tested both. The maximized button works properly, but fullscreen mode set by GraphicsDevice.setFullScreenWindow() isn't working properly. ------------- PR: https://git.openjdk.java.net/jdk/pull/5497
