onPointerHover

abstract fun onPointerHover(hovered: Boolean)(source)

Observes the current hit state for the latest pointer transition.

Parameters

hovered

whether the pointer is inside this node's half-open accumulated bounds.

Throws

when the implementation cannot apply the transition; the owning tree preserves the exact failure as primary while poisoning and cleaning retained ownership.