So, I already know that by using if (GetAsyncKeyState()) I can check if the user presses a specific key. But what I need is to check if the user presses any key
if (GetAsyncKeyState())