isaychris / python-autoclicker

A simple autoclicker with controls powered by pyautogui
56 stars 42 forks source link

Mouse keeps moving to the bottom right corner of the screen #4

Open FriskWhisk opened 3 years ago

FriskWhisk commented 3 years ago

I'm using the autoclicker in Minecraft, and my mouse keeps moving to the bottom right corner of the screen. It was very fixable just by changing the pyautogui.click(pyautogui.position()) to pyautogui.click(x=0, y=0), but I'm wondering if putting that in the source code will break anything or not, because otherwise I think it's a good idea to do so. Thanks.

LandChit commented 2 years ago

but then you'll have to input the coordinates manually