Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FriskWhisk opened this issue Feb 19, 2021 · 1 comment
Open

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

FriskWhisk opened this issue Feb 19, 2021 · 1 comment

Comments

@FriskWhisk
Copy link

FriskWhisk commented Feb 19, 2021

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
Copy link

LandChit commented Jan 6, 2022

but then you'll have to input the coordinates manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants