all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
Macro Click()
|
||||
mouse_event_(#MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
|
||||
mouse_event_(#MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
|
||||
EndMacro
|
||||
|
||||
; Click at the current location
|
||||
Click()
|
||||
|
||||
Delay(1000) ; Wait a second
|
||||
|
||||
; Move to a new location and click it
|
||||
SetCursorPos_(50, 50)
|
||||
Click()
|
||||
Loading…
Add table
Add a link
Reference in a new issue