screenX property - Window class - dart:html library (original) (raw)

description

int? getscreenX

The distance from the left side of the screen to the mouse pointer.

Other resources

Implementation

int? get screenX native;