Input Handler mostly restored

This commit is contained in:
Richard Davey
2013-09-08 13:23:21 +01:00
parent 78598ae54a
commit 90b1946c25
7 changed files with 831 additions and 40 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ Phaser.Input.prototype = {
onTap: null,
onHold: null,
// A linked list of interactive objects
// A linked list of interactive objects, the InputHandler components (belong to Sprites) register themselves with this
interactiveItems: new Phaser.LinkedList(),
/**