blob: 8974b7388e6fe3cb851b2c41dfc202afff9c6bf7 [file] [log] [blame]
>>> (indent 2)
int get screenY => window.screenTop + window.outerHeight -
window.innerHeight -
_borderWidth +
clientY;
<<<
int get screenY => window.screenTop +
window.outerHeight -
window.innerHeight -
_borderWidth +
clientY;