The monitor that the mouse cursor is on.
<mouse>
The monitor property indicates the monitor that the mouse is currently on regardless of whether it is used by the script. This returns -1 if the monitor is unknown.
The following displays the value of monitor for the mouse:
<text sometext>
/ items= ("mouse monitor = <% mouse.monitor %>")
</text>