Node.ignoreMouse

If true, mouse focus will be disabled for this node, so mouse signals will "go through" to its parents, as if the node wasn't there. The node will still detect hover like normal.

class Node
bool ignoreMouse;

Meta