mausuHoldo: fixed incomplete variable cleanup

This commit is contained in:
Hane 2023-06-01 02:22:48 +02:00
commit c2346b5676

View file

@ -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