vote up 0 vote down star

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?

flag

1 Answer

vote up 0 vote down check

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)?

link|flag
Good point - I ran a quick test and indeed the zoom gesture in Win 7 is translated to wheel deltas in Flash. Since that's the case I'm guess that I won't have much control over how many deltas are sent for a particular zoom. – James Cadd Oct 30 at 2:01

Your Answer

Get an OpenID
or

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