Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...