phaser/src/input
2015-06-04 20:58:00 +01:00
..
Gamepad.js Copyright date change. 2015-02-25 03:36:23 +00:00
GamepadButton.js Copyright date change. 2015-02-25 03:36:23 +00:00
Input.js Input.addMoveCallback used to return the index of the callback entry in the internal moveCallbacks array. However as callbacks were removed the indexes became invalid, potentially causing a future Input.deleteMoveCallback to remove the wrong callback entirely or error. Input.deleteMoveCallback now takes the original callback and context as its parameters to ensure deletion safety. 2015-05-05 16:53:02 +01:00
InputHandler.js onDragUpdate is a new signal that is dispatched whenever a Game object enabled for input and drag is moved by a pointer (i.e. during a drag event). See the Phaser.InputHandler.enableDrag docs for parameter details and the new Phaser Example. 2015-06-04 20:58:00 +01:00
Key.js Copyright date change. 2015-02-25 03:36:23 +00:00
Keyboard.js Copyright date change. 2015-02-25 03:36:23 +00:00
Mouse.js Copyright date change. 2015-02-25 03:36:23 +00:00
MSPointer.js Copyright date change. 2015-02-25 03:36:23 +00:00
Pointer.js jsdoc fix. 2015-04-27 16:22:36 +01:00
SinglePad.js Copyright date change. 2015-02-25 03:36:23 +00:00
Touch.js Swapped to using touchlock object. 2015-05-05 17:03:27 +01:00