Function 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.
void setProcessUnhandledInput
(
const(bool) enable
) nothrow @nogc;