Joker9125 Posted February 26, 2006 Posted February 26, 2006 Ok well I dusted off my C++ books and redid my macro application in VC++ and finally got mouse/keyboard emulation to work in my program via SendInput. I also figured out why I couldnt find the mouse/keyboard emulation functionality in AutoIt. Turns out I downloaded the wrong file by mistake :"> . I've been looking over the correct source file and was trying to understand how you handled the execution of a script. I could be dead wrong on this, but it looks like it is basically storing the commads into a linked list then looping through the list to execute the commands. Obviously there is alot more going on than that, but I'm guessing thats the basics of whats happening. I'd appreciate it if someone could further explain the logic of how the program does this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now