not sure what's going on but
int w=win("" "Notepad")
lef+ 10 10 w
will left click down and hold on notepad window
think i figured out your issue. don't put commands in a Macro. For some reason must be a function
to move the mouse to center of screen use
mou 0.5 0.5
this works
Function LeftClicknHold
this doesn't
Macro LeftClicknHold2
why the commands don't work as a macro i have no idea
Gintaras is this a bug?
int w=win("" "Notepad")
lef+ 10 10 w
will left click down and hold on notepad window
think i figured out your issue. don't put commands in a Macro. For some reason must be a function
to move the mouse to center of screen use
mou 0.5 0.5
this works
Function LeftClicknHold
this doesn't
Macro LeftClicknHold2
why the commands don't work as a macro i have no idea
Gintaras is this a bug?