Joined
·
3,279 Posts
Hey, I have written a simple test of curses (PDcurses) keyboard input, it works but when I hold 2 keys down at the same time I only get the most recent key press. How would I monitor or poll only one key at a time and check if they are being pressed? Hopefully this can be done with curses but I'm afraid I might have to pick a input library like OIS or DirectInput, I think GLUT can also do it.
This is for a console based game.
This is for a console based game.