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