is it good ??

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
veroHD1
Posts: 1
Joined: 24 Jun 2021, 12:32

is it good ??

27 Sep 2021, 07:16

Code: Select all

loop
{
 Mouseclick left
 Sleep 0.1
}
^b::pause
esc::exitapp
User avatar
mikeyww
Posts: 26939
Joined: 09 Sep 2014, 18:38

Re: is it good ??

27 Sep 2021, 07:21

Did it work when you tested it?
User avatar
boiler
Posts: 16960
Joined: 21 Dec 2014, 02:44

Re: is it good ??

27 Sep 2021, 07:35

You’re not going to get the delay to be 0.1 ms (100 μs).
Sleep documentation wrote: Due to the granularity of the OS's time-keeping system, Delay is typically rounded up to the nearest multiple of 10 or 15.6 milliseconds (depending on the type of hardware and drivers installed). For example, a delay between 1 and 10 (inclusive) is equivalent to 10 or 15.6 on most Windows 2000/XP systems. To achieve a shorter delay, see Examples.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: gsxr1300, HiSoKa and 272 guests