Jump to content

How do I get auto-it to hold down mouseclick left?


Recommended Posts

Link to comment
Share on other sites

I couldn't figure out the command, I understand how to do it with normal keys but what do i call the command so it'll hold down a mouseclick for me?

Actually, to a more experienced person, I'd also like to know what the answer to this is. Is it (one of the answers):

Opt("MouseClickDownDelay",5000)
MouseClick ("left")

And that'll just hold down the left mouse button for 5 seconds?

Oh and there's MouseDown() as Yashied said, would it just be:

MouseDown("left")
Sleep("5000")
MouseUp("left")

to hold it for 5 seconds and then release?

Edited by FadetoGrey
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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