screenX property - Window class - dart:html library (original) (raw)
int? getscreenX
The distance from the left side of the screen to the mouse pointer.
Other resources
- The Screen interface specificationfrom W3C.
Implementation
int? get screenX native;