How to pinch to zoom multiple objects separately?
Hi!
I'm developing an application for an interactive table running Windows 10 that has a menu with five buttons. Each button calls a popup window.
Each user should be able to pan and zoom his or her own window. All users panning and zooming all windows at the same time.
My problem is that when I use the simulator inside of Animate CC I can only pinch to zoom only one window. Even if I made the gesture above another window the scaling only applies to one of the windows.
I tried, inside of the handler function, using event.target and event.currentTarget but the result is the same.
What should I do?

