phaser/src/input
2018-11-28 13:13:25 +00:00
..
gamepad Updated @memberOf to @memberof 2018-10-10 10:49:13 +01:00
keyboard Updated docs 2018-11-13 17:04:31 +00:00
mouse Mouse Manager will track over and out states and auto focus. 2018-11-28 13:13:25 +00:00
touch Touch Manager will track over and out canvas states. 2018-11-28 13:11:13 +00:00
const.js Added TOUCH_CANCEL constant. 2018-10-16 11:43:40 +01:00
CreateInteractiveObject.js Added custom cursor property 2018-06-11 11:35:40 +01:00
CreatePixelPerfectHandler.js Use correct frame name in pixel perfect hit test 2018-08-16 12:23:10 -05:00
index.js Removed KeyboardManager and replaced with KeyboardPlugin 2018-06-08 15:16:35 +01:00
InputManager.js Added new isOver property and method handlers. 2018-11-28 13:10:25 +00:00
InputPlugin.js Input Plugin will now emit a gameover or gameout event and has an isOver property. 2018-11-28 13:10:54 +00:00
InputPluginCache.js Only install the plugin if set in Scene settings / Game Config 2018-06-08 16:18:32 +01:00
Pointer.js Fixed angle value and facing direction 2018-11-26 15:42:53 +00:00