vote up 0 vote down star

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?

flag

67% accept rate

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.