Closed jkukuryk closed 3 months ago
filePath: en/getting-started/first-game/index.md content: systemEvent.on(SystemEvent.EventType.MOUSE_UP, this.onMouseUp, this); systemEvent is Deprecated -> should be
input.on(Input.EventType.MOUSE_UP, this.onMouseUp, this);
this is the old version, please see the latest version 3.6+
filePath: en/getting-started/first-game/index.md content: systemEvent.on(SystemEvent.EventType.MOUSE_UP, this.onMouseUp, this); systemEvent is Deprecated -> should be
input.on(Input.EventType.MOUSE_UP, this.onMouseUp, this);