mausuHoldo: fixed incomplete variable cleanup
This commit is contained in:
parent
9a800d1244
commit
c2346b5676
1 changed files with 8 additions and 4 deletions
|
|
@ -108,10 +108,14 @@ RAlt & LAlt::
|
|||
{
|
||||
mouseThread.ahkTerminate()
|
||||
;;ahkthread_free(mouseThread)
|
||||
lefMov := 0
|
||||
rightMov := 0
|
||||
upMov := 0
|
||||
downMov := 0
|
||||
share.lefMov := 0
|
||||
test1 := 0
|
||||
share.rightMov := 0
|
||||
test2 := 0
|
||||
share.upMov := 0
|
||||
test3 := 0
|
||||
share.downMov := 0
|
||||
test4 := 0
|
||||
lBtnHold := 0
|
||||
mBtnHold := 0
|
||||
rBtnHold := 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue