How can I simulate mouse moves (from point x,y to point a,b), ideally 10 pixels / second?
I found SetCursorPos
function, but this function cannot move my cursor correctly.
My goal is to move the cursor over TWebBrowser
component and read hints with OCR (and find text that I'm looking for).
PS: I'm using Delphi 7.