The distance from the left side of the screen to the mouse pointer.
Other resources
- The Screen interface specification from W3C.
Source
@DomName('Window.screenX')
@DocsEditable()
int get screenX => _blink.BlinkWindow.instance.screenX_Getter_(this);
The distance from the left side of the screen to the mouse pointer.
@DomName('Window.screenX')
@DocsEditable()
int get screenX => _blink.BlinkWindow.instance.screenX_Getter_(this);