phaser/src/input
photonstorm 54b71ddc23 Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure.
Input and Pointer now use the new ArrayList instead of a LinkedList, which resolve list item removable during callback issues.
Input.reset no longer resets every interactive item it knows of, because they are removed during the destroy phase and can now persist between States if needed.
2014-04-25 15:11:54 +01:00
..
Gamepad.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
GamepadButton.js Updated version to 2.0.0 (fixes npm install issue #476) 2014-02-24 12:00:28 +00:00
Input.js Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
InputHandler.js Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
Key.js InputManager.resetLocked - If the Input Manager has been reset locked then all calls made to InputManager.reset, such as from a State change, are ignored. 2014-04-14 21:53:08 +01:00
Keyboard.js Added ghosting info to Keyboard docs. 2014-04-20 01:57:32 +01:00
Mouse.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
MSPointer.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
Pointer.js Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
SinglePad.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
Touch.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00