Mouse_v3 Op

Mouse

Get mouse coordinates and events



Edit Documentation

Full Name
  • Ops.Devices.Mouse.Mouse_v3
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch Mouse Draw Spline Example

Using the ScreenPosTo3d op we can convert the mouse coordinates to 3D coordinates. For this you need to disable the Flip Y port of the Mouse op.
Using the ArrayPushValue3X op we add the (converted) x and z coordinates (together with z=0) to the array and draw it with the SimpleSpline op.

Open In Editor

INPUT PORTS


Coordinates index (Number:integer ) -1 to 1  Pixel Display  Pixel  0 to 1 
Area index (Number:integer )
flip y (Number:boolean )
right click prevent default (Number:boolean )
Touch support (Number:boolean )
Passive Events (Number:boolean )
Active (Number:boolean )

OUTPUT PORTS


x (Number)
y (Number)
click (Trigger)
click right (Trigger)
Button is down (boolean Number)
Mouse is hovering (boolean Number)
Movement X (Number)
Movement Y (Number)

Patches using Mouse_v3

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2022-11-18 09:31
Ops.User.pandur.MouseV3 renamed to Ops.Devices.Mouse.Mouse_v3user avatarpandur - 2022-11-18 11:10
featureadd normalization switch: more normalizing optionsuser avatarpandur - 2022-12-14 17:09
improvementcleanup op ports and remove stuff thats mostly not useduser avatarpandur - 2022-12-14 17:20
improvementbetter default valuesuser avatarpandur - 2022-12-14 17:20
featureadded outputs Movement X/Y outputs the delta of mouse positionuser avatarpandur - 2024-01-31 11:54