clientY property
int
get
clientY
The clientY
read-only property of the MouseEvent interface
provides the vertical coordinate within the application's at which the
event occurred (as opposed to the coordinate within the page).
For example, clicking on the top edge of the viewport will always result
in a mouse event with a clientY
value of 0
, regardless of whether the
page is scrolled vertically.
Implementation
external int get clientY;