Touch.screenY
Summary
Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.
Syntax
var y = touchItem.screenY;
Return value
y
-
The Y coordinate of the touch point relative to the screen, not including any scroll offset.
Example
The Touch.screenX example includes an example of this property's usage.
Specifications
Specification |
---|
Touch Events # dom-touch-screeny |
Browser compatibility
BCD tables only load in the browser