Back to Content

Touch: screenY property

files/en-us/web/api/touch/screeny/index.md

latest360 B
Original Source

{{ APIRef("Touch Events") }}

Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.

Value

A number.

Examples

The Touch.screenX example includes an example of this property's usage.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}