Closed KilledByAPixel closed 4 months ago
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
Done! https://github.com/KilledByAPixel/LittleJS/commit/0cbdd3f2cdce8d093b0174dacc5d2ddc1c0331dd
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