This commit is contained in:
wKLV
2013-11-04 00:18:59 +01:00
parent e8bac6c8c7
commit 8678373754
+1 -1
View File
@@ -131,7 +131,7 @@ Phaser.Mouse.prototype = {
event.preventDefault();
if (event.which === 1) this.mouseTypeDown = Phaser.Mouse.LEFT_BUTTON;
else if (event.which === 2) this.mouseTypeDown = Phaser.Mouse.MIDDLE_BUTON;
else if (event.which === 2) this.mouseTypeDown = Phaser.Mouse.MIDDLE_BUTTON;
else if (event.which === 3) this.mouseTypeDown = Phaser.Mouse.RIGHT_BUTTON;
if (this.mouseDownCallback)