Guys, I'm having a problem with C2 that's got me stumped. All I want to do is have it so that when a player presses Esc, they are taken back to the game's title screen; but nothing I do works. If I change the particular key to anything else the code works just fine - C2 seems to just not want to recognise Esc key presses. Thinking I must've messed something up in my code elsewhere, I made a new C2 project and tested, and I still can't get the Esc key to work or do anything. So I thought, maybe my Esc key is just broken? Nope, I can esc out of Youtube videos just fine.
Weird thing is I did a forum search and I can't find any other reference to this problem. Am I going insane? Am I missing something? C2 simply does not want to register Esc keypresses. (I've tried doing it via the relevant keycode, before anyone asks. Still no dice).
Anybody able to help?