Delphi - mouse move simulation -


how can simulate mouse moves (from point x,y point a,b), ideally 10 pixels / second? found setcursorpos function, function cannot move cursor correctly. goal move cursor on twebbrowser component , read hints ocr (and find text i'm looking for).

ps: i'm using delphi 7.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -