phaser/src/input
2022-12-12 17:12:58 +00:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
gamepad All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
keyboard Allow key presses during pre-create stage 2022-11-08 23:32:58 +00:00
mouse Updated docs 2022-04-14 15:35:33 +01:00
touch Disable context menu on input target instead of document.body 2022-04-02 23:57:15 +02:00
typedefs Removed alwaysEnabled property entirely. #5507 #6306 2022-12-09 18:03:41 +00:00
const.js Updated copyright year 2022-02-28 14:29:51 +00:00
CreateInteractiveObject.js Removed alwaysEnabled property entirely. #5507 #6306 2022-12-09 18:03:41 +00:00
CreatePixelPerfectHandler.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
InputManager.js Removed alwaysEnabled property entirely. #5507 #6306 2022-12-09 18:03:41 +00:00
InputPlugin.js When a Game Object had Input Debug Enabled the debug image would be incorrectly offset if the Game Object was attached to was scaled and the hit area shape was smaller, or offset, from the Game Object. Fix #4905 #6317 2022-12-12 17:12:58 +00:00
InputPluginCache.js Updated copyright year 2022-02-28 14:29:51 +00:00
Pointer.js Added Pointer.reset 2022-10-28 17:50:26 +01:00