You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to get my environment all mucked up, so providing a minimally reproducible example is going to be pretty hard. But I'm trying to do various cursor (change cursor, set onMouseDown) events on elements inside the scrollbox, and the final barrier was the this._maskContent graphic that wasn't propagating events down to the PIXI sprites I had added. Just wanted to open this up for discussion, not sure if there's anything immediately actionable.
The text was updated successfully, but these errors were encountered:
I've managed to get my environment all mucked up, so providing a minimally reproducible example is going to be pretty hard. But I'm trying to do various cursor (change cursor, set onMouseDown) events on elements inside the scrollbox, and the final barrier was the
this._maskContent
graphic that wasn't propagating events down to the PIXI sprites I had added. Just wanted to open this up for discussion, not sure if there's anything immediately actionable.The text was updated successfully, but these errors were encountered: