The horizontal screen coordinate of the most recently calculated fixation point.
<eyetracker> <eyetracker> <eyetracker>
This property allows a script to read the horizontal position in pixels of the fixation point for the purposes of recording data, reporting feedback to participants, or directing the flow of a task or visual display.
The following displays the value of lastfixationx in a text stimulus:
<text sometext>
/ items= ("lastfixationx = <% eyetracker.lastfixationx %>")
</text>