@johnmci commented on this pull request.

The apple documents are not clear, one is a test for the state of the view at the moment, the other is a test to see if the window is capable of full screen?
@Property(getter=isInFullScreenMode, readonly) BOOL inFullScreenMode;
The value of this property is YES when the view is in full screen mode or NO when it is not.

NSFullScreenWindowMask
The window can appear full screen. A fullscreen window does not draw its title bar,
and may have special handling for its toolbar.
This mask is automatically toggled when toggleFullScreen: is called.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.