For certain reasons, I needed to include a VerticalBox inside a button. I want to create a nested structure where a button is placed inside another button, but no matter what I do, the parent button registers the interaction.
How can I ensure that the size of the parent button’s hitbox doesn’t change, allowing for individual hitbox detection using Vertical Boxes? Incidentally, mouse events must be in the Unhandled state.