screenX property
int
get
screenX
The screenX
read-only property of the MouseEvent interface
provides the horizontal coordinate (offset) of the mouse pointer in
screen coordinates.
Note: In a multiscreen environment, screens aligned horizontally will be treated as a single device, and so the range of the
screenX
value will increase to the combined width of the screens.
Implementation
external int get screenX;