8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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