views:

259

answers:

1

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?

+1  A: 

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.

Jim Puls