up Inquisit Language Reference

monitor property

The monitor that the mouse cursor is on.

Member of

<mouse>

Syntax

mouse.name.monitor

Read Only

Type

integer

Remarks

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.

Examples

The following displays the value of monitor for the mouse:

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

Copyright Millisecond Software, LLC. All rights reserved.