0
votes
Is there .Net replacement for GetAsyncKeyState?
Depending on your desired use there are a couple of options, including invoking the same method as described above).
From a console app:
bool exitLoop = false;
for(int i=0;i<bigN …
