“点击并按住”使用适用于 Windows 7 的 Surface Toolkit 在 ScatterViewItem 上进行手势
我找不到在 ScatterViewItems 上实现此手势的最佳方法。另外,我想使用擦拭手势,但那是更远的......
I can't find out the best way to implement this gesture on ScatterViewItems. Also, I would like to use a wipe-gesture but that's further away ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Blake.NUI 项目中有一些对手势的支持。目前仅支持点击和双击(请参阅手势页面),但更多可以被添加。事实上,我也需要一个Hold手势,但我还没有完成。
There are some support for Gestures in the Blake.NUI project. There's currently only support for Tap and Double tap (see the gesture page) but more could be added. In fact, I'm also in need of a Hold gesture but I haven't finished it yet.