mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
📝 make clear what simple fullscreen mode is
This commit is contained in:
@@ -771,11 +771,13 @@ Returns `Boolean` - Whether the window is in fullscreen mode.
|
||||
|
||||
* `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_
|
||||
|
||||
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_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user