Node.setProcessInput

Enables or disables input processing. This is not required for GUI controls! Enabled automatically if _input is overridden. Any calls to this before _ready will be ignored.

struct Node
@nogc nothrow
void
setProcessInput
(
in bool enable
)

Meta