FindHoveredNodeAction.beforeDraw

Test if the searched position is within the bounds of this node, and set it as the result if so. Any previously found result is overridden.

If a node is found, scrollable is cleared. A new one will be found in afterDraw.

Because of how layering works in Fluid, the last node in bounds will be the result. This action cannot quit early as any node can override the current hover.

class FindHoveredNodeAction
override
void
beforeDraw

Meta