cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
detect key combinations in c/c++
detect key combinations in c/c++
Apr 16, 2013 at 6:25am UTC
xubin
(9)
Hi all
How can I detect a key combination in a console application with c/c++? e.g ctrl+f4 or other combinations.
Thanks
Apr 19, 2013 at 9:30pm UTC
IndieExe
(47)
One solution would be to use the
ncurses
library.
Topic archived. No new replies allowed.