Name: Anonymous 2012-02-19 16:52
Hey all you *nix programmers, do any of you know if there's a way to make an ncurses game with more advanced keyboard interaction? I'm looking for a way to detect if a given key is down during a given frame, rather than if a key is both pressed and released in a frame. Also, I'll need to be able to register more than one key at a time. Is there a way? And if there is, will it work without X11?