📝 make clear what simple fullscreen mode is
This commit is contained in:
parent
8a2c35023f
commit
f256967414
1 changed files with 4 additions and 2 deletions
|
@ -771,11 +771,13 @@ Returns `Boolean` - Whether the window is in fullscreen mode.
|
||||||
|
|
||||||
* `flag` Boolean
|
* `flag` Boolean
|
||||||
|
|
||||||
Sets whether the window should be in simple fullscreen mode.
|
Enters or leaves simple fullscreen mode.
|
||||||
|
|
||||||
|
Simple fullscreen mode emulates the native fullscreen behavior found in versions of Mac OS X prior to Lion (10.7).
|
||||||
|
|
||||||
#### `win.isSimpleFullScreen()` _macOS_
|
#### `win.isSimpleFullScreen()` _macOS_
|
||||||
|
|
||||||
Returns `Boolean` - Whether the window is in simple fullscreen mode.
|
Returns `Boolean` - Whether the window is in simple (pre-Lion) fullscreen mode.
|
||||||
|
|
||||||
#### `win.setAspectRatio(aspectRatio[, extraSize])` _macOS_
|
#### `win.setAspectRatio(aspectRatio[, extraSize])` _macOS_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue