KilledByAPixel/LittleJS

rework input to use KeyboardEvent.code

Closed this issue · 1 comments

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