Indicates whether Inquisit has currently detected a fixation point from the eye tracker for either or both eyes.
<eyetracker> <eyetracker> <eyetracker>
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 sometext>
/ items= ("lasthasfixation = <% eyetracker.lasthasfixation %>")
</text>