screen property - MouseEvent class - dart:html library (original) (raw)

description

Point<num> getscreen

Implementation

Point get screen => new Point(_screenX, _screenY);