up Inquisit Language Reference

mouse object

The mouse object is a built-in object that exposes a number of properties reflecting the current state of the mouse.

Properties

mouse.monitor
mouse.x
mouse.y
mouse.dragDrop
mouse.lButtonDblClk
mouse.lButtonDown
mouse.lButtonUp
mouse.mButtonDblClk
mouse.mButtonDown
mouse.mButtonUp
mouse.mouseMove
mouse.mouseWheel
mouse.rButtonDblClk
mouse.rButtonDown
mouse.rButtonUp
mouse.xButton1DblClk
mouse.xButton1Down
mouse.xButton1Up
mouse.xButton2DblClk
mouse.xButton2Down
mouse.xButton2Up
mouse.xButtonNDblClk
mouse.xButtonNDown
mouse.xButtonNUp

Functions

None.

Remarks

The mouse object is a built-in object and can not be explicitly declared in a script. It exposes a number of useful properties, however, that can be referenced in expressions throughout the script.

Examples


Copyright Millisecond Software, LLC. All rights reserved.