This action allows you to move the cursor on the screen. It can be used with a Click action, allowing to move the cursor while pressing a button. This can allow you to select text.
(new Mouse()).position()
and then use the "offset" field in advanced to choose what the movement should be.
The position where to move the cursor.
Coordinates, used as a translation vector, applied to the point targeted in the standard parameters.
Note : For more details, see the Click action.
Added in Actionaz 3.6.0.