moving mouse?

2005-11-22 Thread dado
I'm implementing a "self-tutorial" into my app, and wondering if there's a way of moving a mouse cursor on command? probably using sys,os modules? -- http://mail.python.org/mailman/listinfo/python-list

Re: moving mouse?

2005-11-23 Thread dado
dado wrote: > I'm implementing a "self-tutorial" into my app, > and wondering if there's a way of moving a mouse > cursor on command? probably using sys,os modules? I also figured this would be useful for making 'remote desktop' kinda thing... -- http://