phaser/src/input
2021-12-01 13:15:27 +00:00
..
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
gamepad types: JSDoc for Phaser.Input.Gamepad.Configs 2021-07-08 23:53:58 +02:00
keyboard Update Key.js 2021-11-02 22:54:17 +00:00
mouse MouseManager.preventDefaultWheel is a new boolean property, set via the inputMousePreventDefaultWheel config option that allows you to toggle capture of mouse wheel at runtime. 2020-10-07 10:14:02 +01:00
touch Removed over and out events as no browser supports them. Tidied up the rest. Added isTop property. 2021-11-30 22:38:26 +00:00
typedefs Updated docs 2021-03-24 16:36:22 +00:00
const.js Replace integer with number 2020-11-23 10:22:13 +00:00
CreateInteractiveObject.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
CreatePixelPerfectHandler.js Replace integer with number 2020-11-23 10:22:13 +00:00
index.js Exported functions to namespace 2020-09-01 18:56:01 +01:00
InputManager.js Update InputManager.js 2021-12-01 13:15:27 +00:00
InputPlugin.js When the Pointer moves out of the canvas and is released it would trigger Uncaught TypeError: Cannot read properties of undefined (reading 'renderList') if multiple children existed in the pointer-out array. Fix #5867 2021-11-30 20:29:16 +00:00
InputPluginCache.js Exported functions to namespace 2020-09-01 18:56:01 +01:00
Pointer.js The Input.Pointer.event property can now be a WheelEvent as well. 2021-05-03 18:15:20 +01:00