Godot Version
Godot 4.3
Question
Is there a way to make a Control node click-through, without disabling all mouse inputs in Mouse-Filter?
I have a button and a ColorRect in the same position, with the same size. But, even if ColorRect Mouse-Filter-Pass, button doesn’t receive any input. I need mouse inputs on ColorRect, but I also need button inputs.
Note: CanvasItem Ordering properties have no effect.