I am trying to develop a PC, Tier 1 text-based game. Everything was good to the point I needed to get the "-" sign from the user. I already managed to get and handle the numbers, Enter, BackSpace and Escape keys from the PC keyboard as theuser inputs a text string. This was accomplished by using the ASCII code of each character I needed. However, the GetRawKeyPressed(45) = 1 statement doesn't work at all...
Does anyone know how to get this "-" sign?