Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Keeping left mouse button pressed ( and release)
#5
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
Code:
Copy      Help
int w=win("" "Notepad")
lef+ 100 10 w


this doesn't
Macro LeftClicknHold2
Code:
Copy      Help
int w=win("" "Notepad")
lef+ 100 10 w

why the commands don't work as a macro  i have no idea

 Gintaras  is this a bug?


Messages In This Thread
RE: Keeping left mouse button pressed ( and release) - by Kevin - 02-21-2019, 05:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)