phaser/src/input
2018-06-11 11:36:02 +01:00
..
gamepad Convert Gamepad Manager to an Input Plugin 2018-06-08 16:17:58 +01:00
keyboard Fixed jsdocs 2018-06-08 16:18:39 +01:00
mouse Added to the docs 2018-06-04 16:49:11 +01:00
touch Added to the docs 2018-06-04 16:49:11 +01:00
const.js Moved the event switch block from strings to consts 2018-05-30 00:32:45 +01:00
CreateInteractiveObject.js Added custom cursor property 2018-06-11 11:35:40 +01:00
CreatePixelPerfectHandler.js Added docs and fixed lint issue 2018-06-08 18:24:08 +01:00
index.js Removed KeyboardManager and replaced with KeyboardPlugin 2018-06-08 15:16:35 +01:00
InputManager.js Added setDefaultCursor method and custom css cursor handling. 2018-06-11 11:36:02 +01:00
InputPlugin.js setInteractive will now take a configuration object as the only argument, allowing for easier setting of more complex input values 2018-06-11 11:35:31 +01:00
InputPluginCache.js Only install the plugin if set in Scene settings / Game Config 2018-06-08 16:18:32 +01:00
Pointer.js Added transformPointer method which Pointer now uses. 2018-06-04 15:19:11 +01:00