Fixed bug that was introduced last commit...........

This commit is contained in:
PhatDave
2021-10-27 15:38:17 +02:00
parent f8fce58c20
commit 0c01df3428

View File

@@ -12,7 +12,7 @@ ih.OnKeyUp := Func("OnKeyUp")
ih.Start()
global enabledWindows := Array()
enabledWindows.Push(Array())t
enabledWindows.Push(Array())
enabledWindows.Push(Array())
global keyLog := {}