Implemented my own LinkedList class to make the new Input Handler easier to work with. And also just generally useful to have too.

This commit is contained in:
Richard Davey
2013-09-08 11:24:41 +01:00
parent fe6664eac7
commit 78598ae54a
9 changed files with 360 additions and 587 deletions
+3
View File
@@ -253,6 +253,9 @@ Phaser.Input.prototype = {
onTap: null,
onHold: null,
// A linked list of interactive objects
interactiveItems: new Phaser.LinkedList(),
/**
* Starts the Input Manager running
* @method start