---
title: screenY
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/touch/1632944-screeny
---

# screenY

The y-coordinate of the touch’s location in screen coordinates.

## Declaration

```data
readonly attribute double screenY;
```

## See Also

### Accessing Properties

- [target](webkitjs/touch/1629748-target.md)
- [identifier](webkitjs/touch/1628867-identifier.md)
- [clientX](webkitjs/touch/1632255-clientx.md)
- [clientY](webkitjs/touch/1630038-clienty.md)
- [pageX](webkitjs/touch/1629191-pagex.md)
- [pageY](webkitjs/touch/1633811-pagey.md)
- [screenX](webkitjs/touch/1631242-screenx.md)
- [force](webkitjs/touch/1630754-force.md)
