Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue#144 安卓版 Key 的暂停 Bug #223

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Fix Issue#144 安卓版 Key 的暂停 Bug #223

merged 2 commits into from
Mar 28, 2024

Conversation

AXiX-official
Copy link
Contributor

修复了Issue#144中的Bug

Comment on lines +93 to +97
public void ResetTouch()
{
isTouchDown = false;
Dispatch(InputType.Up);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dispatch 是通过消息总线,以事件的方式直接发送到 note clip,并直接响应
直接派发消息看上去会导致 note 暂停时错误的判断 input 状态

@memorydream memorydream merged commit 1529d84 into IPOL-Studio:main Mar 28, 2024
Chen-Luan pushed a commit that referenced this pull request Oct 26, 2024
* Fix Issue#144 安卓版 Key 的暂停 Bug

* Add TODO

TODO: 统一输入行为后重构相关逻辑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants