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-xlib.sourceforge.net/doc/html/python-xlib_14.html

On Windows, use the mouse_event function  
http://msdn2.microsoft.com/en-us/library/ms646260.aspx
Available on pywin32 https://sourceforge.net/projects/pywin32/ or using  
ctypes directly.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to