I posted too soon. I installed win32all and the missing dll for 4.2
win32api.SetCursorPos((1,2)) does it!
Thanks for the help.
--
http://mail.python.org/mailman/listinfo/python-list
I have found something that is similar to what I was looking for -->the
SendKeys module.
But what I am realy looking for is the same thing, but for the mouse :)
Thanks again.
--
http://mail.python.org/mailman/listinfo/python-list
Rinzwind wrote:
> arkestra schreef:
>>I am writing a script that interacts with the computer screen.
>>
>>Is there a module (either built in or add on) that would allow the
>>script to manipulate the mouse pointer ? -- eg right click, move two
>>pixels to the right, left click etc?
>>
>>thank you.
arkestra schreef:
> I am writing a script that interacts with the computer screen.
>
> Is there a module (either built in or add on) that would allow the
> script to manipulate the mouse pointer ? -- eg right click, move two
> pixels to the right, left click etc?
>
> thank you.
pygame is able t
arkestra a écrit :
> I am writing a script that interacts with the computer screen.
>
> Is there a module (either built in or add on) that would allow the
> script to manipulate the mouse pointer ? -- eg right click, move two
> pixels to the right, left click etc?
Under Windows, see the SendInpu
I am writing a script that interacts with the computer screen.
Is there a module (either built in or add on) that would allow the
script to manipulate the mouse pointer ? -- eg right click, move two
pixels to the right, left click etc?
thank you.
--
http://mail.python.org/mailman/listinfo/pytho