Keylistener in Javascript

后端 未结 5 826
走了就别回头了
走了就别回头了 2020-12-02 23:22

I\'m looking for a KeyListener for a game I\'m developing in JavaScript. I have no idea how this would work in real code but it would be something like this:

5条回答
  •  情书的邮戳
    2020-12-02 23:34

    Did you check the small Mousetrap library?

    Mousetrap is a simple library for handling keyboard shortcuts in JavaScript.

提交回复
热议问题