0
How do I get x and y cords of a click?
I'm trying to get the x and y cords of a click in thos code. How can I do it? https://code.sololearn.com/c42W4IhlQ9y9/?ref=app
2 odpowiedzi
0
You could use the pynput library:
https://pynput.readthedocs.io/en/latest/
0
Thank you