魔术触控板手势识别
有人知道最简单的方法是什么使用苹果魔术触控板并让它识别手势(两指向上/向下滑动和向左/向右滑动和点击)而不是像鼠标一样工作? 我应该使用什么语言/框架? 如何获取手势或原始输入数据? 我必须在 Windows 7 上执行此操作。
Does somebody know what the easiest way would be to work with the apple magic trackpad and just have it recognize gestures (two-finger up/down swipe and left/right swipe and tap) and not be working as a mouse?
What language / framework should I use?
How can I get the Gestures or the RAW Input data?
I have to do this on Windows 7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
适用于 Windows 的 Apple Magic Trackpad 驱动程序(从操作系统的角度来看)是一个简单的鼠标驱动程序。您无法捕获该驱动程序的多点触摸手势。而且您可以肯定,您确实不能,因为 Apple 没有兴趣支持 Windows 的真正多点触控。所以除非您编写自己的驱动程序(请参阅 Linux),否则这是不可能完成的任务。
http://www.trackpadmagic.com
Apples Magic Trackpad driver for Windows is (from a operating system point of view) a simple mouse driver. You can't capture multi touch gestures from that driver. And you can be sure that you really can't as Apple has no interests to support Windows with real multi-touch. So mission impossible unless you write your own driver (see Linux).
http://www.trackpadmagic.com
据 魔术触控板的“超神奇”:3/4 手指手势和更多 - 现在在 Windows 中!。
All of the Magic Trackpad gestures, such as for 2, 3, 4 fingers can now be enabled in Windows with
Extramagic
, according to 'Extramagic' for Magic Trackpad: 3/4 Finger Gestures & More - Now in Windows!.