This node property will disable mouse input on the given node.
If set to false, the effect is reversed and mouse input is instead enabled.
import fluid.label; import fluid.button; // Prevents the label from blocking the button vframeButton( label(.ignoreMouse, "Click me!"), delegate { } );
See Implementation
This node property will disable mouse input on the given node.