up Inquisit Language Reference

y property

The vertical coordinate of the mouse cursor.

Member of

<mouse>

Syntax

mouse.name.y

Read/Write

Type

extent

Remarks

With the mouse, valid values run from 0 to the number of vertical pixels, or -1 if the position is unknown.

Examples

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

<text myText>
/ items= ("mouse y position = <% mouse.y %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.