Detecting if the Hash (#) key is pressed

Started by
0 comments, last by gfxgangsta 12 years, 4 months ago
I have been writing code to detect text input from the user. One problem I have is that I can't find a way to detect if the hash key is down. I'm using a KeyboardState object to detect key press, so I'm wondering if there is any way to detect if the hash key is down.
Advertisement
Could you detect if both the "Shift" and "3" keys are pressed?

This topic is closed to new replies.

Advertisement