Hoverable.isHovered

interface Hoverable
const
bool
isHovered
()

Return Value

Type: bool

True if this node is hovered. This will most of the time be equivalent to hoverIO.isHovered(this), but a node wrapping another hoverable may choose to instead redirect this to the other node.

Meta