Skip to content

Commit 08b2ea4

Browse files
committed
Docs: correct CursorKeys
Properties not optional
1 parent af27284 commit 08b2ea4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
*/

0 commit comments

Comments
 (0)