phaser3-docs icon indicating copy to clipboard operation
phaser3-docs copied to clipboard

Typo in Input.InputManager

Open BeezeeBoi opened this issue 5 years ago • 0 comments

game :Phaser.Game

The Game instance that owns the Input Manager. A Game only maintains ➡ on ⬅ instance of the Input Manager at any time.
Type:

    Phaser.Game

Since: 3.0.0
Source: src/input/InputManager.js (Line 47)

*** Should be *** A Game only maintains one instance...

BeezeeBoi avatar Oct 26 '20 05:10 BeezeeBoi