I have always used GetKeyState()
to know if the user is pressing a key, but I see that many people use GetAsyncKeyState()
more. With this I got the following doubts:
What's the difference between the 2?
When should I use each?
In an application that should be the best and fastest possible, which one should I use?