Want to write a prog for small autoscripts to remote (move) mouse on any application window with simulating mouse clicks. For example you will record your mouse and mouseclicks and when press play on my tool, this tool will display exactly the same mousemoving and mouseclicks.
How is this possible? Any Pure or API calls!? For example i want something like:
SetMousePos(x,y)
SetMouseClick(0) ; 0 = left, 1 = right or something like this
SetMousePos(x,y)
Can someone help me with any good documented example?



