Focusable.focusImpl

Handle input. Called each frame when focused.

This method should not be called if blocksInput is true.

interface Focusable
bool
focusImpl
()
in (!blocksInput, "This node currently doesn't accept input.")

Return Value

Type: bool

True if focus input was handled, false if it was ignored.

Meta