This property returns the last marker value sent to the eye tracker.
eyetracker.name.lastMarker
Read/Write
integer
This property tracks the last integer value that was sent to the eye tracker to mark the onset of an event.
The following displays the value of lastMarker in a text stimulus:
<text myText>
/ items= ("height = <% eyetracker.lastMarker %>")
</text>