I have a Control node with a button child.
The Control node is big enough to cover the button.
I listened to the control node's mouse_exited
signal, but when I moved mouse to the top of button(still in control's shape), the mouse_exited
was triggered.
How to change that behaviour? I just want to get the signal when mouse leaves control's shape.
I tried to change the button's mouse mode to Pass
nor Stop
, but it didn't work
Thank you guys!