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# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -