jacexh/pyautoit

mouse wont move

Opened this issue · 0 comments

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