what is the difference between direct input and GetAsyncKeyState function?

Started by
0 comments, last by CoderTCD 22 years, 6 months ago
Is there any difference of using DirectInput or GetAsyncKeyState function? Does DirectInput have advantages? Question 2: Sometimes I can''t get quick keystrokes with DirectInput. How can I get all the keys if pressed?
Advertisement
1) GetAsyncKeyState doesnt support force feedback devices, joysticks/joypads, mice, etc etc. Prolly others that I cant think of... I only just woke up
2) Use buffered input if your missing events
-----------------------"When I have a problem on an Nvidia, I assume that it is my fault. With anyone else's drivers, I assume it is their fault" - John Carmack

This topic is closed to new replies.

Advertisement