Skip to content

Commit c302cd6

Browse files
authored
Merge pull request phaserjs#3982 from spontoreau/master
Add CursorKeys type to Phaser.Input.Keyboard namespace
2 parents cbfc208 + e922f37 commit c302cd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/input/keyboard/KeyboardPlugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ var KeyboardPlugin = new Class({
276276

277277
/**
278278
* @typedef {object} CursorKeys
279-
*
279+
* @memberOf Phaser.Input.Keyboard
280+
*
280281
* @property {Phaser.Input.Keyboard.Key} [up] - A Key object mapping to the UP arrow key.
281282
* @property {Phaser.Input.Keyboard.Key} [down] - A Key object mapping to the DOWN arrow key.
282283
* @property {Phaser.Input.Keyboard.Key} [left] - A Key object mapping to the LEFT arrow key.

0 commit comments

Comments
 (0)