up Inquisit Language Reference

lastEX property

The horizontal coordinate of the most recent gaze point in eye tracker units.

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastEX

Read Only

Type

number

Remarks

This property reports the last horizontal position of the gaze points in the eyetracker's internal coordinate system. For gaze point in display coordinates (i.e., pixels), see the lastx property.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.