We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff034b5 commit 81c0a53Copy full SHA for 81c0a53
1 file changed
src/input/Keyboard.js
@@ -656,3 +656,5 @@ Phaser.Keyboard.INSERT = 45;
656
Phaser.Keyboard.DELETE = 46;
657
Phaser.Keyboard.HELP = 47;
658
Phaser.Keyboard.NUM_LOCK = 144;
659
+Phaser.Keyboard.PLUS = 43;
660
+Phaser.Keyboard.MINUS = 45;
0 commit comments