How to pass a keycode that has not been pressed?
Not even my professor knew this one, so maybe it isn't possible, but here goes...
I have a function that needs to pass the "spacebar" keycode into an array. I'm not sure how to give the function a keycode that hasn't actually been pressed. It seems like there should be a way to do this, but I haven't been able to figure it out. Is there a way to give a keycode (which is interpreted as such, rather than as a number) to a function, without that key having been pressed?
I appreciate any help you can offer.
RC