When working with Pixi.js, I've noticed that the Touchmove and Mousemove events seem to target different elements. One points to the DisplayObject while the other points to the sprite within. Is there a method to prevent propagation between these two events?
Any help is much appreciated!