mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 06:58:30 +00:00
Docs: fix type for KeyboardPlugin#manager
This commit is contained in:
parent
5c8ecbcf99
commit
9e4d693481
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ var KeyboardPlugin = new Class({
|
|||
* A reference to the global Keyboard Manager.
|
||||
*
|
||||
* @name Phaser.Input.Keyboard.KeyboardPlugin#manager
|
||||
* @type {Phaser.Input.InputPlugin}
|
||||
* @type {Phaser.Input.Keyboard.KeyboardManager}
|
||||
* @since 3.16.0
|
||||
*/
|
||||
this.manager = sceneInputPlugin.manager.keyboard;
|
||||
|
|
Loading…
Add table
Reference in a new issue