davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

dragging stops when mouse goes over interactive object #490

Open aMyTimed opened 3 months ago

aMyTimed commented 3 months ago

hello, when i use viewport.drag, i am panning around, and when my mouse overlaps an object with interactive set to true, dragging stops

this leads to very frustrating panning in my webapp since users constantly have their panning suddenly stop

shotnothing commented 3 months ago

pause the interactions when you start dragging, and resume on drag end?