We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a73f22 commit a86fc19Copy full SHA for a86fc19
1 file changed
src/input/keyboard/keys/KeyCodes.js
@@ -4,7 +4,11 @@
4
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
5
*/
6
7
-module.exports = {
+/**
8
+ * @namespace Phaser.Input.Keyboard.KeyCodes
9
+ */
10
+
11
+var KeyCodes = {
12
13
/**
14
* @name Phaser.Input.Keyboard.KeyCodes.BACKSPACE
@@ -567,3 +571,5 @@ module.exports = {
567
571
CLOSED_BRACKET: 221
568
572
569
573
};
574
575
+module.exports = KeyCodes;
0 commit comments