Question

I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that somewhere the gesture is getting converted to mouse wheels. The only problem is that the zooming is really slow - is there a way to configure this behavior?

Was it helpful?

Solution

If somebody (Flash or W7) is smart enough to change the gesture into mouse wheel events, you should be able to catch the events and inspect the delta property. Is that what you're doing already? If you don't see any delta events, then it might be that the zoom is being performed at the container level (i.e. beyond your ability to control)?

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