-
Notifications
You must be signed in to change notification settings - Fork 834
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
触摸屏如西沃上 不能通过触摸的方式 移动标题栏 #392
Comments
这个问题可能得麻烦您提供一下调试的信息了,在 TOUCH MOVE 相关的事件中增加一些打印来协助排查一下问题,因为我们这边很难弄到相关设备。 |
经查, case WM_TOUCH: 这里没有判断点击的是否是标题栏 ` case WM_TOUCH:
|
您可以将改动通过 PR 方式提交到 develop 分支。我们会有人来进行拉取测试,感谢您发现并解决 NIM duilib 的不足。 |
复现:
西沃 触摸屏
无法通过触摸方式 移动标题栏
The text was updated successfully, but these errors were encountered: