Got stuck briefly with getting mouse events to the inventory slots. The answer was to just use Mouse Filter: Pass (Propagate Up) for the whole chain. I had it set to Stop on the inventory slots for some reason. Oh right, because my texture was bigger than the inventory slot… maybe I’ll clip contents if the mouse is picking up clicks from the transparent part of that texture.