Tagged Questions
1
vote
2answers
988 views
Dealing with keyboard input
In game design how should keyboard input be handled and why?
Do i
A: check the state of keys in the main loop each iteration?
B: Read key down and key up events from the event queue.
Im using ...