Skip to content

MouseMoveRel

Description:

This function demonstrates the usage of the MouseMoveRel API.

Example:

-- Move the mouse relative to its current position
MouseMoveRel(10, 20)

print("Mouse moved relative by (10, 20)")