Hi
I would like to know in a keyup event which key was pressed. KeyPressed will let you check for the key you pass it, but I want to know what key was pressed no matter which one it is. I don't know before hand and I need to know and I can't check for 256 different keys with a keypressed function. I know there has got to be a function that will tell you what key was just pressed. Thanks for any help.