clientY property

double get clientY

The Touch.clientY read-only property returns the Y coordinate of the touch point relative to the browser's viewport, not including any scroll offset.

Implementation

external double get clientY;