Hi there,
I need to move the mouse cursor and generate mouse click events in X, and I'm hoping to use Python.
I understand that the standard Xlib library provides a XWarpPointer function which moves the cursor around. This works for me in C, but I can't seem to find the equivalent function in Python-xlib. Any suggestions would be appreciated
Also, how would I go about creating a click event once I have the cursor in the right position?
Regards,
Nemtaro