Function 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.

void setProcessInput (
  const(bool) enable
) nothrow @nogc;