scatterview 内的 inkcanvas
我想检测我的 scatterview 上的手势(所以不是在 scatterview 内的元素上)。我发现 SurfaceInkCanvas 有一些手势可能性,但是如何将一种不可见的 SurfaceInkCanvas 放入我的 scatterview 中?
谢谢
I want to detect gestures on my scatterview (so not on elements inside the scatterview). I found that the surfaceInkCanvas has some gesture possibilities but how can I put a kind of invisible surfaceinkcanvas inside my scatterview?
Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SurfaceInkCanvas 实际上不会进行任何手势识别。上面公开了一些与手势相关的事件,但这些事件只是因为它们位于基类上而存在 - 它们实际上并未使用
SurfaceInkCanvas won't actually do any gesture recognition. There are some gesture related events exposed on it but those are just there because they are on the base class - they aren't actually used