The horizontal coordinate of the mouse cursor.
<mouse>
mouse.name.x
Read/Write
extent
With the mouse, valid values run from 0 to the number of horizontal pixels, or -1 if the position is unknown.
The following displays the value of x for the mouse:
<text myText>
/ items= ("mouse x position = <% mouse.x %>")
</text>