Merge pull request #5249 from electron/api-summaries

create a one-liner description for each API
This commit is contained in:
Cheng Zhao 2016-04-24 13:50:17 +09:00
commit 096b948570
34 changed files with 74 additions and 43 deletions

View file

@ -1,8 +1,9 @@
# screen
The `screen` module retrieves information about screen size, displays, cursor
position, etc. You can not use this module until the `ready` event of the
`app` module is emitted (by invoking or requiring it).
> Retrieve information about screen size, displays, cursor position, etc.
You cannot not use this module until the `ready` event of the `app` module is
emitted (by invoking or requiring it).
`screen` is an [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter).