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