up Inquisit Language Reference

x property

The horizontal coordinate of the mouse cursor.

Member of

<mouse>

Syntax

mouse.name.x

Read/Write

Type

extent

Remarks

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

Examples

The following displays the value of x for the mouse:

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

Copyright Millisecond Software, LLC. All rights reserved.