MouseLeftButtonUp 替代方案 - Windows Mobile

发布于 2025-01-01 16:58:12 字数 328 浏览 0 评论 0原文

还有其他明智的方法可以在 Windows Mobile 应用程序上触发触摸事件吗?

我有一个绞刑吏游戏。我有一堆图像,它们是字母表。

我已将所有图像放入滚动查看器中,以便用户可以滚动列表。

作为预防措施,我将单击事件设置为 MouseLeftButtonUp,因为如果我将其设置为“Down”,当用户实际上只想滚动时,它将触发图像代码。

然而,即使使用 MouseLeftButtonUp,我仍然遇到同样的问题。当我测试它时,它会滚动,但如果手指仍然在同一个图像上,并且如果我松开手指,它会触发该图像后面的代码...

我该如何克服这个问题?我希望我的情况很清楚。

Is there any other sensible way where I can fire a touch event on a Windows Mobile App?

I have a Hangman game. I have a bunch of images which are the alphabet.

I've put all of the images inside a Scroll Viewer so the user can scroll through the list.

As a precaution, I've set the click event to MouseLeftButtonUp because if I set it to "Down", it will trigger the image code when really, the user just wanted to scroll.

However, even with MouseLeftButtonUp, I've still got the same problem. When I test it, it scrolls but if the finger is still on the same image and if I release my finger, it'll fire off the code behind that image...

How can I overcome this problem? I hope my situation makes clear sense.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沫雨熙 2025-01-08 16:58:12

也许您想使用触摸事件而不是鼠标事件,因为 Windows 移动设备是为触摸而不是鼠标单击而设计的。

Perhaps you want to use touch events rather than mouse events since Windows mobiles devices are designed for touch rather than mouse clicking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文