InputNode.focusImpl

Handle keyboard and gamepad input.

Usually, you'd prefer to define a method marked with an InputAction enum. This function is preferred for more advanced usage.

This will be called each frame as long as this node has focus, unless an InputAction was triggered first.

class InputNode(Parent : Node)
override
bool
focusImpl
()

Return Value

Type: bool

True if the input was handled, false if not.

Meta