node-3d / glfw-raub

GLFW for Node.js
https://github.com/node-3d/node-3d
MIT License
57 stars 12 forks source link

Event KeyUp and KeyDown missing some values #8

Closed justgook closed 4 years ago

justgook commented 4 years ago

prop key of event missing values: ArrowUp,ArrowRight ,ArrowDown ,ArrowLeft ,Alt ,Meta ,Control ,Shift ,CapsLock ,Tab ,Escape

https://github.com/node-3d/glfw-raub/blob/master/js/window.js#L472-L474

justgook commented 4 years ago

BTW: code: 'Keya', also is wrong - it should be KeyA

raub commented 4 years ago

Fixed in glfw-raub@4.2.0