Just as the title says, is there a command in AutoIt to get it to ignore actual mouse input when the script is running? Meaning if a script is running, it won't pick up that I actually moved my mouse? Thanks.
Just as the title says, is there a command in AutoIt to get it to ignore actual mouse input when the script is running? Meaning if a script is running, it won't pick up that I actually moved my mouse? Thanks.
Yea, I'm fairly sure(not 100% though) that there are. I'm familiar with programming, but not autoit scripting, so sadly, albeit I believe there are, I'm unable to help youBut fret not, I recall one of the gear swap autoit scripts in here had it implemented. Else, just look around on google for how to do it
![]()
Thanks for the tip that it should exist. That's exactly what I'm wanting it for, is to incorporate it into my gear swap script.
I'll admit I haven't put too much effort into actually looking, I just threw up this post and continued to do my Azmo runs.
BlockInput(1)
-disable input-
BlockInput(0)
-re-enable input-