Re: Using mouse

2008-01-01 Thread Scott David Daniels
Lucas Prado Melo wrote: > I would like to control mouse events (i.e. I would like to "click" and > move mouse around by code). > How do I do this in python? A python doesn't have a mouse for long; it eats them up. It is your display and user I/O system that deals with mice, and so, inevitably, th

Re: Using mouse

2008-01-01 Thread Gabriel Genellina
En Tue, 01 Jan 2008 12:54:54 -0200, Grant Edwards <[EMAIL PROTECTED]> escribi�: > On 2007-12-31, Lucas Prado Melo <[EMAIL PROTECTED]> wrote: > >> I would like to control mouse events (i.e. I would like to >> "click" and move mouse around by code). How do I do this in >> python? > > http://python

Re: Using mouse

2008-01-01 Thread Grant Edwards
On 2007-12-31, Lucas Prado Melo <[EMAIL PROTECTED]> wrote: > I would like to control mouse events (i.e. I would like to > "click" and move mouse around by code). How do I do this in > python? http://python-xlib.sourceforge.net/doc/html/python-xlib_14.html -- Grant Edwards gran

Using mouse

2008-01-01 Thread Lucas Prado Melo
I would like to control mouse events (i.e. I would like to "click" and move mouse around by code). How do I do this in python? regards -- http://mail.python.org/mailman/listinfo/python-list