The vertical screen coordinate of the most recently calculated fixation point of the left eye.
eyetracker.name.lastLeftFixationY
Read Only
number
This property allows a script to read the vertical position in pixels of the gaze point for purposes of recording data, reporting feedback to participants, or directing the flow of a task or visual display.
The following displays the value of lastLeftFixationy in a text stimulus:
<text myText>
/ items= ("lastLeftFixationy = <% eyetracker.lastLeftFixationy %>")
</text>