Merge pull request #9572 from shubham2892/api-height-menubar-macos

API height menubar macos
This commit is contained in:
Kevin Sawicki 2017-06-05 10:35:16 -07:00 committed by GitHub
commit 9a362eed53
6 changed files with 41 additions and 0 deletions

View file

@ -95,6 +95,10 @@ Returns [`Point`](structures/point.md)
The current absolute position of the mouse pointer.
### `screen.getMenuBarHeight()` _macOS_
Returns `Integer` - The height of the menu bar in pixels.
### `screen.getPrimaryDisplay()`
Returns [`Display`](structures/display.md) - The primary display.