External Device Mouse

Sends information about the mouse state and position.

Settings

x

Relative horizontal position of the mouse. From 0 (left of the target) to 1 (right of the target).

y

Relative vertical position of the mouse. From 0 (top of the target) to 1 (bottom of the target).

left

Sends 1 if the Left button is pressed, 0 otherwise.

right

Sends 1 if the Right button is pressed, 0 otherwise.

middle

Sends 1 if the Middle button is pressed, 0 otherwise.

X1

Sends 1 if the XButton1 is pressed, 0 otherwise.

Windows Only

X2

Sends 1 if the XButton2 is pressed, 0 otherwise.

Windows Only

wheel delta

Sends v>1 if the Wheel is turned up, v<-1 if the Wheel is turned down and 0 otherwise.

mouse changed

Sends 1 if the mouse, position or button has changed, 0 otherwise.

shift

Sends 1 if shift key is pressed 0 otherwise.

ctrl

Sends 1 if Ctrl key is pressed 0 otherwise.

alt

Sends 1 if Alt key is pressed 0 otherwise.

target

The X & Y pos are calculated according the target position and width

  • current window: relative to the current window
  • top control panel, control panel: relative to the control panel or top control panel position and width
  • container, top container relative to the container or top patch container position and width

See also

version 5.2.221206

Edit All Pages