screen
Get information about screen size, display, cursor position, etc.
Last updated
Get information about screen size, display, cursor position, etc.
Last updated
Absolute position x, y of the current mouse cursor.
Returns Promise<point: Object>
point
Object
point.x
point.y
Returns primary display information.
Returns Promise<display: Display>
display
Object - Current display information.
Returns an array Display[], representing currently available screens.
Returns Promise<displays: Display[]>
Gets the plugin window coordinates x and y.
point
Object
point.x
Integer type
point.y
Integer type
Returns Promise<display: Display>
displays
[]
display
Object - Current display information.