07-16-2017, 03:31 PM
I have a function that depending on other stuff happening has to click a certain point in a window:
BlockInput(1)
lef(753 491 this.hwnd 4)
BlockInput(0)
This happens while the user does stuff, hence flag 4 to make the mouse pointer return and BlockInput to avoid unintended input. I'd also like to hide the mouse pointer while it does the clicking. So the flickering of the mouse becomes less distracting to the user.
Didn't find anything in the documentation or searching the forum.
So, is it possible to hide the mouse pointer while the macro/function clicks?
BlockInput(1)
lef(753 491 this.hwnd 4)
BlockInput(0)
This happens while the user does stuff, hence flag 4 to make the mouse pointer return and BlockInput to avoid unintended input. I'd also like to hide the mouse pointer while it does the clicking. So the flickering of the mouse becomes less distracting to the user.
Didn't find anything in the documentation or searching the forum.
So, is it possible to hide the mouse pointer while the macro/function clicks?