File tree Expand file tree Collapse file tree
src/input/keyboard/typedefs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * @typedef {object } Phaser.Types.Input.Keyboard.CursorKeys
33 * @since 3.0.0
4- *
5- * @property {Phaser.Input.Keyboard.Key } [up] - A Key object mapping to the UP arrow key.
6- * @property {Phaser.Input.Keyboard.Key } [ down] - A Key object mapping to the DOWN arrow key.
7- * @property {Phaser.Input.Keyboard.Key } [ left] - A Key object mapping to the LEFT arrow key.
8- * @property {Phaser.Input.Keyboard.Key } [ right] - A Key object mapping to the RIGHT arrow key.
9- * @property {Phaser.Input.Keyboard.Key } [ space] - A Key object mapping to the SPACE BAR key.
10- * @property {Phaser.Input.Keyboard.Key } [ shift] - A Key object mapping to the SHIFT key.
4+ *
5+ * @property {Phaser.Input.Keyboard.Key } up - A Key object mapping to the UP arrow key.
6+ * @property {Phaser.Input.Keyboard.Key } down - A Key object mapping to the DOWN arrow key.
7+ * @property {Phaser.Input.Keyboard.Key } left - A Key object mapping to the LEFT arrow key.
8+ * @property {Phaser.Input.Keyboard.Key } right - A Key object mapping to the RIGHT arrow key.
9+ * @property {Phaser.Input.Keyboard.Key } space - A Key object mapping to the SPACE BAR key.
10+ * @property {Phaser.Input.Keyboard.Key } shift - A Key object mapping to the SHIFT key.
1111 */
You can’t perform that action at this time.
0 commit comments