E
Emil Sandin
Hi,
I would like to write a script like this:
mouse.move_cursor_to( x, y )
mouse.click_left_button()
I have read that I can use AutoIt, but that the program has to have an
ole interface for it to be possible. That autoit doesn't really move the
mouse cursor, but rather tells the program to click a certain
coordinate.
Is it possible to do this using win32api instead of autoIt, or is there
another neat way of acheive it?
Regards
Emil
I would like to write a script like this:
mouse.move_cursor_to( x, y )
mouse.click_left_button()
I have read that I can use AutoIt, but that the program has to have an
ole interface for it to be possible. That autoit doesn't really move the
mouse cursor, but rather tells the program to click a certain
coordinate.
Is it possible to do this using win32api instead of autoIt, or is there
another neat way of acheive it?
Regards
Emil