up Inquisit Language Reference

lastLeftEyeX property

The horizontal user coordinate of the most recent left eye position reported by the eye tracker in (mm).

Member of

<eyeTracker> <eyeTrackerSrResearch> <eyeTrackerTobii>

Syntax

eyetracker.name.lastLeftEyeX

Read Only

Type

number

Remarks

This property allows a script to read the horizontal position in mm of the eye for purposes of recording data, reporting feedback to participants, or directing the flow of a task or visual display. This position is typically in the User Coordinate System (in mm) with it's origin at the center of the frontal surface of the eye tracker.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.