osx - Is there a way to utilize the Mac Laptops' touchpad pinch gestures on Flex? -


I wrote a Google Maps-based application in Flex. Currently you can zoom in and out the mouse wheel in the map. Is it possible to use pinch gestures to zoom on a Mac laptop?

There is nothing without hacking, which is an input manager that lets you gesture keyboard shortcuts , Which can be the starting point.

In any case, you are in for some pain, because there is no way (at present) it is also in cocoa.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

delphi - Mouseover hint for TChart series value -

How to Create Master-Details view using Asp.Net MVC framework -