Hoverable

Nodes implementing this interface can be selected by a HoverIO system.

Members

Functions

hoverImpl
bool hoverImpl(HoverPointer pointer)

Handle input. Called each frame when focused.

isHovered
bool isHovered()

Inherited Members

From Actionable

blocksInput
bool blocksInput()

Determine if the node can currently handle input.

actionImpl
bool actionImpl(IO io, int number, InputActionID action, bool isActive)

Handle an input action.

opEquals
bool opEquals(Object other)

Memory safe and const object comparison.

enableInputActions
mixintemplate enableInputActions()
Undocumented in source.

Meta