LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   [Python] moving the mouse? (https://www.linuxquestions.org/questions/programming-9/%5Bpython%5D-moving-the-mouse-711835/)

luismanson 03-15-2009 08:22 PM

[Python] moving the mouse?
 
Hi, im doing a bit of (rookie) coding in python and im stuck with this....
how can i move the mouse to an X Y position from python? im taking the coordinates from an accelerometer... so y already have the X,Y values...

David the H. 03-17-2009 06:06 AM

I have next to no experience coding in python, but I'm pretty sure you'll be wanting to use the python xlib for this.

By the way, you don't move the mouse, you move the pointer. ;)


All times are GMT -5. The time now is 11:23 AM.