mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-01 12:23:22 +08:00
12 lines
235 B
Markdown
12 lines
235 B
Markdown
# screen
|
|
|
|
Gets various info about screen size, displays, cursor position, etc.
|
|
|
|
## screen.getCursorScreenPoint()
|
|
|
|
Returns the current absolute position of the mouse pointer.
|
|
|
|
## screen.getPrimaryDisplay()
|
|
|
|
Returns the primary display.
|