The monitor that the mouse cursor is on.
<mouse>
mouse.name.monitor
Read Only
integer
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 myText>
/ items= ("mouse monitor = <% mouse.monitor %>")
</text>