The horizontal screen coordinate of the most recent gaze point of the right eye reported by the eye tracker.
eyetracker.name.lastRightX
Read Only
number
This property allows a script to read the horizontal 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 lastRightx in a text stimulus:
<text myText>
/ items= ("height = <% eyetracker.lastRightx %>")
</text>