[Help]Declaring Keystrokes
Code:
if(key_stroke == 61)
{
boxes = !boxes;
}
I have a bunch of these but when I build it gives me an error saying that
Code:
error C2065: 'key_stroke' : undeclared identifier
All my keystrokes are from the ascii chart so they're correct.
Nvm that's for Async not for key_stroke = ***