Jump to content

Recommended Posts

Posted (edited)

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

Posted

I'm trying to make the clicks closer together not farther apart.... less time between clicks.

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

My-Colors.jpg

cuniform2.gif

Posted

I'm changing the background color on a control .... not changing fast enough for me.

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

My-Colors.jpg

cuniform2.gif

  • Moderators
Posted

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.

Posted

Opt("MouseClickDelay", 10) ;10 milliseconds

Opt("MouseClickDownDelay", 10) ;10 milliseconds

See _SendMessage and the post a W_MOUSECLICK to the control.

Janus S. Andersen

  • Moderators
Posted

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.

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