cocos / cocos-docs

Manual docs content for Cocos Creator
https://docs.cocos.com
307 stars 462 forks source link

docs issue at: Quick start: making your first game. #3015

Closed jkukuryk closed 3 months ago

jkukuryk commented 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);

MrKylinGithub commented 3 months ago

this is the old version, please see the latest version 3.6+