phaser/src/input
2020-08-03 13:33:30 -07:00
..
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
gamepad Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
keyboard 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
mouse Fix NOOP import 2020-05-27 18:20:05 -07:00
touch Fixed this return types for Phaser.Input.Touch.TouchManager 2020-01-30 23:46:02 +08:00
typedefs Rename all setInteractive() arguments, and docs 2020-08-03 13:33:30 -07:00
const.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
CreateInteractiveObject.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
CreatePixelPerfectHandler.js 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
InputManager.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
InputPlugin.js Rename all setInteractive() arguments, and docs 2020-08-03 13:33:30 -07:00
InputPluginCache.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Pointer.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00