Hello, so I'm trying to figure out how to detect if a key is pressed, such as the 'Y' key. I asked a friend and he mentioned using constant unsigned chars such as constunsignedchar Y;
and then have it equal a number, but I'm not sure if the number matters? Also, once I've done this, how does this help me detect if the 'Y' key has been pressed?