Node.setProcessUnhandledKeyInput

Enables unhandled key input processing. Enabled automatically if _unhandledKeyInput is overridden. Any calls to this before _ready will be ignored.

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

Meta