jacexh / pyautoit

Python binding for AutoItX3.dll
MIT License
269 stars 74 forks source link

mouse wont move #41

Open Rekutor opened 1 year ago

Rekutor commented 1 year ago

Code:

import autoit

listx = list(range(0, 500))
listy = list(range(0, 500))

for x in listx:
    for y in listy:
        autoit.mouse_move(x, y, 9)

As the title already says the mouse wont move. No error