cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Key Combinations
Key Combinations
Nov 28, 2011 at 1:37am UTC
doilin
(20)
How do you do key combinations in C++? I know that backspace is '\b' and enter is '\r', but how would you go with key combinations using 'alt' or 'Ctrl'?
Nov 28, 2011 at 1:40am UTC
Peter87
(11226)
There is no standard way to handle key presses. Have a look in the manual of the library you are using.
Topic archived. No new replies allowed.