Description
Moves the cursor on a connected computer. The motion onscreen is always relative to the cursor’s current location. Before using Mouse.move()
you must call Mouse.begin()
Syntax
Mouse.move(xVal, yVal, wheel)
Parameters
xVal
: amount to move along the x-axis. Allowed data types: signed char
.
yVal
: amount to move along the y-axis. Allowed data types: signed char
.
wheel
: amount to move scroll wheel. Allowed data types: signed char
.
Returns
Nothing