.Net 的鼠标手势库?
.Net 有没有比较不错的鼠标手势库?找到的人很少,也没有像样的。
Are there any half decent mouse gesture libraries for .Net? Have found very few and no decent ones.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我相信手势和多点触控支持将出现在 .NET 4 中。Visual Studio 2010 Beta 2 已在 MSDN 上提供,并将于 10 月 21 日发布公开测试版。这是您需要查看的地方。
我不知道它如何与鼠标交互。
I believe that gesture and multitouch support will be in .NET 4. Beta 2 of Visual Studio 2010 is available on MSDN, and will be in public beta October 21. That's one place you need to look.
How that would interact with a mouse, I don't know.
代码项目中的一篇有趣的文章和代码:
http://www.codeproject.com/KB /recipes/cmgblade.aspx
An interesting article and code at code project:
http://www.codeproject.com/KB/recipes/cmgblade.aspx
还没尝试过,但在 Codeplex 上找到了这个:
Mouse Gestures for .NET
Haven't tried it, but found this one on Codeplex:
Mouse Gestures for .NET