rezoner / playground

Playground.js is a framework for your javascript based games. It gives you out-of-box access to essentials like mouse, keyboard, sound and well designed architecture that you can expand to your needs.
MIT License
461 stars 50 forks source link

Numpad support #7

Closed frondeus closed 4 months ago

frondeus commented 9 years ago

When user press any numpad key - event.key is undefined. So I fixed it.

rezoner commented 9 years ago

Thanks! I will merge it as soon as I find what's the standard for numkeys names in javascript and among other libraries. I know it can cause some fuss in your implementation but I will let you know what names I've accepted.