evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

Investigate if Hotstring sleep can be put in C# code #9

Closed evilC closed 6 years ago

evilC commented 6 years ago

Lexikos mentioned here that Thread.Sleep(0) does not do the same as AHK's Sleep 0, to try DllCall("Sleep", "int", 0) instead.

evilC commented 6 years ago

Seems not.
Context Mode now handled differently, and Sleep can be inside AHK wrapper, so it's kind of moot.