Computer Science Canada Need the value of special keys |
| Author: | Protosstic [ Wed Jan 07, 2004 10:23 am ] |
| Post subject: | Need the value of special keys |
Hey guys, need some help with getting my program written in the HSA Console to recognize a backspace or any arrow keys. IF you guys have any idea the value of these keys, or how to find the value, it is greatly appreciated. Thanks! ~Mark |
|
| Author: | rizzix [ Wed Jan 07, 2004 3:10 pm ] |
| Post subject: | |
backspace: 0x8 the arrows keys i think are from 0x11 to 0x14 not sure though |
|