davidfig / pixi-scrollbox

a scrollbox built for pixi.js using a masked box that scrolls vertically and/or horizontally with optional scrollbars
https://www.npmjs.com/package/pixi-scrollbox
MIT License
171 stars 33 forks source link

Fixed bug about InteractionManager #33

Closed fouber closed 3 years ago

fouber commented 3 years ago

new Viewport need interaction option, used to calculate pointer postion relative to canvas location on screen. see https://davidfig.github.io/pixi-viewport/jsdoc/global.html#ViewportOptions

davidfig commented 3 years ago

Thanks! Published as 2.2.3.