TML-813 增加键鼠机位操控的垂直反转选项 - #18
Closed
SeasonsChange422 wants to merge 1 commit into
Closed
Conversation
Co-authored-by: multica-agent <github@multica.ai>
PR 规范检查结果状态:不通过 通过:
失败:
下一步:将 PR 来源分支改为 |
4 tasks
Member
Author
|
Superseded by #19 on compliant branch feat/TML-813-invert-camera-y; delivery metadata and TML-813 history are preserved there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标
为键鼠机位操控增加默认关闭的“垂直反转”选项,并沿用现有机位操控参数的编辑器会话保存范围。
变更范围
CameraDriveSettings,规范化并应用invertMouseY,只反转鼠标俯仰输入。验收标准
测试结果
npm run typecheck: passednpm run lint: passed with 4 pre-existing Fast Refresh warnings and 0 errorsnpm test: passed; existing React test warnings remainnpm run build: passed; existing large-chunk warning remains风险和回滚
风险集中在活动指针手势的切换边界;单元、路由和浏览器回归均覆盖该路径。回滚可直接撤销本 PR 提交,不涉及数据迁移或持久化格式变更。