rework input to use KeyboardEvent.code
Closed this issue · 1 comments
KilledByAPixel commented
I need to switch the input system over to use the KeyboardEvent.code property. This is superior to keyCode which is depricated.
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
KilledByAPixel commented
Done! 0cbdd3f