Node.setProcessUnhandledInput

Enables unhandled input processing. This is not required for GUI controls! It enables the node to receive all input that was not previously handled (usually by a Control). Enabled automatically if _unhandledInput is overridden. Any calls to this before _ready will be ignored.

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

Meta