How do I get the last key pressed.
I was thinking Keyboard.StringFromKeyCode(0)
but that doesnt seem to work.
Anyone?
Develop games in your browser. Powerful, performant & highly capable.
try Keyboard.StringFromKeyCode(Keyboard.LastKeyCode) instead