If I am using getche to capture a single character input or may begin using getch instead, and then it is stored in a variable to work with, but before doing much else, would like to test it for presence of such things as
a ctrl key input, or backspace, or Enter and so forth. What would be a good way to test that variable for this and how to determine what the character code would be to be tested for etc..