Detect backspace on keyboard?
-
Is there any way to detect if someone hits backspace on their keyboard using getKeyboardBuffer()? I can't use the Input function for this as the player needs to use a real keyboard. If this isn't already there, is it going to be eventually?
-
-
@vinicity Hmmm, well that's unfortunate, but not a complete show stopper. However this does make for a feature request. Either have it be the Unicode characters or maybe a function for special keys? Like getkey("backspace") or getkey("escape")