Home > vm-providers > ScreenPosition
A position in the screen, that extends SimplePosition with the size of the screen in pixels, because it is needed by some providers (i.e. qemu) to compute the mouse position to send to the virtual machine.
Signature:
export interface ScreenPosition extends SimplePosition
Extends: SimplePosition
Property | Type | Description |
---|---|---|
screenHeight | number | Height of the screen in pixels. |
screenWidth | number | Width of the screen in pixels. |