The vertical coordinate of the mouse cursor.
<mouse>
mouse.name.y
Read/Write
extent
With the mouse, valid values run from 0 to the number of vertical pixels, or -1 if the position is unknown.
The following displays the value of y in a text stimulus:
<text myText>
/ items= ("mouse y position = <% mouse.y %>")
</text>