up Inquisit Language Reference

lastFixationX property

The horizontal screen coordinate of the most recently calculated fixation point.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastFixationX

Read Only

Type

number

Remarks

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.

Examples

The following displays the value of lastFixationX in a text stimulus:

<text myText>
/ items= ("lastFixationX = <% eyetracker.lastFixationX %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.