GluiNode.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 mouse will still detect hover like normal.

class GluiNode
bool ignoreMouse;

Meta