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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||
|
|