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 Daniel Schüle
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? sys doesn't mean [operating] system it's completely Python related, the intepreter itself you can use it to see how many referenced d

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://mail.python.org/mailman/listinfo/python-lis

Re: moving mouse?

2005-11-23 Thread jmdeschamps
dado wrote: > 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... Naturally, you can always i