Receiving event for backslash key
-
- Posts: 39
- Joined: Wed Jun 10, 2009 11:28 pm
- Location: Portland, Oregon
- Contact:
Receiving event for backslash key
I looked through the keycodes for the key event, but I don't think backslash ("/") is defined. I also looked up the keycode and tried manually putting that in, but that didn't work.
-
- Posts: 39
- Joined: Wed Jun 10, 2009 11:28 pm
- Location: Portland, Oregon
- Contact:
We had a use of it too, here are [, \, and ]
Code: Select all
KEY_OPENBRACKET = 0xDB, //[ key
KEY_BACKSLASH = 0xDC, //\ key
KEY_CLOSEBRACKET = 0xDD, //] key