Conversation
There was a problem hiding this comment.
Pull request overview
修复高鼠标回报率下(鼠标不在视图范围时)导致模型抖动/抽搐的问题,通过将高频鼠标事件“降采样”为按帧处理来稳定输入。
Changes:
- 将
MouseMove事件改为仅记录最新坐标,并在Ticker.shared中按帧驱动鼠标移动处理 - 在 macOS 下根据
scaleFactor对坐标进行缩放换算 hideOnHover的窗口内判断逻辑改为基于换算后的坐标
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c06a8a5 to
099b389
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
099b389 to
5785e11
Compare
89baf23 to
4a34e5b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f6ad5d6 to
9eda5cb
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9eda5cb to
7fe7e16
Compare
fixed #291
fixed #661