The vertical screen coordinate of the most recent gaze point reported by the ASL eye tracker.
Applies to
Remarks
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.
Examples
The following displays the value of lasty in a text stimulus:
<text sometext>
/ items= ("height = <% eyetracker.lasty %>")
</text>