mouse control with python

Richie Hindle richie at entrian.com
Tue Aug 12 11:36:11 EDT 2003


Hi Ken,

> Very nice. Very helpful! Thank you!!

No problem!

> I ran around looking at ctypes and the User32 dll looking for mouse click
> control and couldn't find anything. Is there a way for me to send a mouse
> click too?

SendInput is the API you're looking for - documentation is at
http://tinyurl.com/jrxm

You'll have to figure out the details yourself I'm afraid, but it should
be pretty similar to my GetGUIThreadInfo stuff.

-- 
Richie Hindle
richie at entrian.com






More information about the Python-list mailing list