简单的一指触摸事件
有谁知道我如何实现单个触摸事件。一个简单的单指触摸事件,而不是多个手势或其他任何东西......只是一个简单的单指触摸。
我想学习如何执行此操作而不是执行 LeftButtonMouseUp。
Does anyone know how I can implement a single Touch Event. A simple, one finger touch event, not multiple gesture or anything... Just a simple one finger touch.
I want to learn how to do this instead of doing LeftButtonMouseUp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到任何控件:
XAML
CodeBehind
这里是手势备忘单的链接
Add this to any control:
XAML
CodeBehind
Here is a link to the Gesture cheat sheet