Indicates whether Inquisit has detected a fixation point from the eye tracker for the right eye.
eyetracker.name.lastRightHasFixation
Read Only
boolean
This property allows a script to read whether the Inquisit has detected a fixation point for the left eye.
The following displays the value of lastRighthasFixation in a text stimulus:
<text myText>
/ items= ("lastRighthasFixation = <% eyetracker.lastRighthasFixation %>")
</text>