Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top