The vertical screen coordinate of the most recently calculated fixation point.
eyetracker.name.lastFixationY
Read Only
number
This property allows a script to read the vertical position in pixels of the fixation 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 lastFixationy in a text stimulus:
<text myText>
/ items= ("lastFixationy = <% eyetracker.lastFixationy %>")
</text>