Why is AsyncKeyState stuck?
I am trying to write a script that can record and reproduce, a user input. Technically in the current state of the code its a keylogger. I am using [DllImport("user32.dll")] to solve the handling of keyboard and mouse inputs. Everything is working as expected and pretty nicely but I have a weird behaviour that I… Read More Why is AsyncKeyState stuck?