Jump to content

Changing delay between mouse clicks...


Recommended Posts

Anyone know of a way (in AutoIt) to change the delay between mouse clicks? Clicking rapidly doesn't register every click.

EDIT: Opt("MouseClickDelay", 1) doesn't seem to do anything.

Edited by Fossil Rock

Agreement is not necessary - thinking for one's self is!

My-Colors.jpg

cuniform2.gif

Link to comment
Share on other sites

  • Moderators

Use OnEvent instead of GUIGetMSg and then you can put in the sleep time

Nice idea, but it's still going to have a default delay between polling for messages (250 ms I believe).

No hardware/code change he makes is going to change that.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Moderators

Opt("MouseClickDelay", 10) ;10 milliseconds

Opt("MouseClickDownDelay", 10) ;10 milliseconds

See _SendMessage and the post a W_MOUSECLICK to the control.

Janus S. Andersen

He's talking about hardware.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...