Docs: fix type for KeyboardPlugin#manager

This commit is contained in:
samme 2021-04-02 10:31:49 -07:00 committed by GitHub
parent 5c8ecbcf99
commit 9e4d693481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;