This commit is contained in:
Connor 2020-11-08 17:03:11 -08:00 committed by GitHub
parent 655355f34a
commit a4dd7f6ee9

View File

@ -48,23 +48,21 @@ Return
*;::
; add one of everything.
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
Loop 22 {
Loop 22
PhasmoAdd(A_Index)
}
Epilogue(mouseX, mouseY)
Return
*'::
; remove one of everything.
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
Loop 22 {
Loop 22
PhasmoRemove(A_Index)
}
Epilogue(mouseX, mouseY)
Return
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; internal stuff from hereon ;
; internal stuff from hereon! ;
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
GetClientSize(hwnd, ByRef w, ByRef h)
@ -130,4 +128,4 @@ PhasmoRemove(id, n:=1)
Click
}
Sleep 10
}
}