diff options
Diffstat (limited to 'AutopyExtended/mouse.py')
-rw-r--r-- | AutopyExtended/mouse.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AutopyExtended/mouse.py b/AutopyExtended/mouse.py new file mode 100644 index 0000000..e50c7ec --- /dev/null +++ b/AutopyExtended/mouse.py @@ -0,0 +1,3 @@ +import autopy + +def move(target, time, curve, ) |