Key Combinations

Nov 28, 2011 at 1:37am
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
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.