I want to move my mouse relatively to the right. I already installed
- Python (3.8.2 (default, Jul 16 2020, [GCC 9.3.0])
- inside AutoKey 0.95.10.
My prototype (below) can do absolutely move. Is that possible with autopilot.input or do I have to try something different?
from autopilot.input import Mouse
mouse = Mouse.create()
mouse.move(3600, 80, animate=True, rate=1000, time_between_events=0.01)