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
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
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