This commit is contained in:
parent
655355f34a
commit
a4dd7f6ee9
1 changed files with 4 additions and 6 deletions
|
@ -48,23 +48,21 @@ Return
|
||||||
*;::
|
*;::
|
||||||
; add one of everything.
|
; add one of everything.
|
||||||
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
||||||
Loop 22 {
|
Loop 22
|
||||||
PhasmoAdd(A_Index)
|
PhasmoAdd(A_Index)
|
||||||
}
|
|
||||||
Epilogue(mouseX, mouseY)
|
Epilogue(mouseX, mouseY)
|
||||||
Return
|
Return
|
||||||
|
|
||||||
*'::
|
*'::
|
||||||
; remove one of everything.
|
; remove one of everything.
|
||||||
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
Prologue("ahk_class UnityWndClass", mouseX, mouseY)
|
||||||
Loop 22 {
|
Loop 22
|
||||||
PhasmoRemove(A_Index)
|
PhasmoRemove(A_Index)
|
||||||
}
|
|
||||||
Epilogue(mouseX, mouseY)
|
Epilogue(mouseX, mouseY)
|
||||||
Return
|
Return
|
||||||
|
|
||||||
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
||||||
; internal stuff from hereon ;
|
; internal stuff from hereon! ;
|
||||||
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
|
||||||
|
|
||||||
GetClientSize(hwnd, ByRef w, ByRef h)
|
GetClientSize(hwnd, ByRef w, ByRef h)
|
||||||
|
|
Loading…
Add table
Reference in a new issue