Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

Ask gaming related questions (AHK v1.1 and older)
speedocool
Posts: 2
Joined: 13 Jun 2021, 01:40

Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

Post by speedocool » 13 Jun 2021, 01:48

Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

User avatar
mikeyww
Posts: 26848
Joined: 09 Sep 2014, 18:38

Re: Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

Post by mikeyww » 13 Jun 2021, 05:07

You can use SetMouseDelay to decrease the default from 10 ms.

speedocool
Posts: 2
Joined: 13 Jun 2021, 01:40

Re: Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

Post by speedocool » 16 Jun 2021, 06:32

Im a little confused by this, could you elaborate a little more?

User avatar
mikeyww
Posts: 26848
Joined: 09 Sep 2014, 18:38

Re: Hey Im new to AHK and my mouse's debounce time is wayy to high, is there a way to reduce it to below 5ms?

Post by mikeyww » 16 Jun 2021, 06:47

I do not have a way to change the mouse without AHK-- others might-- but if in a script with other code that you are using with the mouse, you could use SetMouseDelay, 5.

Post Reply

Return to “Gaming Help (v1)”