Point screen

Source

@DomName('MouseEvent.screenX')
@DomName('MouseEvent.screenY')
Point get screen => new Point/*<num>*/(_screenX, _screenY);