How to simulate desktop click at (x,y) position with python?
问题 I'm trying to click somewhere on the desktop, I'm using python with win32 api, I'm using python 32 bit but my computer is a 64 bit computer. I believe the lParam variable isn't holding the value I'm expecting, and I'm still a bit confused about this variable itself, lets say I import it from wintypes can anyone tell me how to use it? Why does my function below not work? I have a function as following, this doesn't seem to work: def clickDesktop(x=0, y=0): # Get handle to desktop window