Hoverable.hoverImpl

Handle input. Called each frame when focused.

Do not call this method if the blocksInput is true.

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

Parameters

pointer HoverPointer

Pointer to handle this input.

Return Value

Type: bool

True if hover was handled, false if it was ignored.

Meta