有没有办法利用 Mac 笔记本电脑? Flex 上的触摸板捏合手势?
我用 Flex 编写了一个基于 Google 地图的应用程序。 目前您可以使用鼠标滚轮来放大和缩小地图。 Mac 笔记本电脑上可以使用捏合手势进行缩放吗?
I have written a Google Maps-based application in Flex. Currently you can use the mouse wheel to zoom in and out the map. Is it possible on Mac laptops to use the pinch gesture to zoom?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并非没有一些黑客行为。 有 MultiCluch,它是一个输入管理器,可让您将手势分配给键盘快捷键,这可能是一个起点。
无论如何,您都会遇到一些痛苦,因为(目前)没有
Not without some hacking. There's MultiCluch, which is an InputManager that lets you assign gestures to keyboard shortcuts, which might be a starting point.
In any case, you're in for some pain, because there's (currently) no (public) way to do this even in Cocoa.