JavaScript DOM MouseEvent property: screenY
[this page | pdf | back links]
The screenY property
of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the vertical coordinate
of the mouse pointer (relative to the screen).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)