GluiInput.keyboardImpl

Handle keyboard input.

This will be called each frame as long as this node has focus.

class GluiInput(Parent : GluiNode)
protected abstract
bool
keyboardImpl
()

Return Value

Type: bool

True if the input was handled, false if not.

Meta