phaser/src/input/keyboard
2020-08-01 21:06:42 +01:00
..
combo Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
keys Fixed this return types for Phaser.Input.Keyboard.Key 2020-01-30 17:40:23 +08:00
typedefs Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
KeyboardManager.js The KeyboardManager and KeyboardPlugin were both still checking for the InputManager.useQueue property, which was removed several versions ago. 2020-08-01 20:54:45 +01:00
KeyboardPlugin.js The KeyboardPlugin will now track the key code and timestamp of the previous key pressed and compare it to the current event. If they match, it will skip the event. On some systems if you were to type quickly, you would sometimes get duplicate key events firing (the exact same event firing more than once). This is now prevented from happening. 2020-08-01 21:06:42 +01:00