Check if the node is hovered.
This will be called right before drawImpl for each node in order to determine the which node should handle mouse input.
The default behavior considers the entire area of the node to be "hoverable".
Area the node should be drawn in, as provided by drawImpl.
Current mouse position within the window.
See Implementation
Check if the node is hovered.
This will be called right before drawImpl for each node in order to determine the which node should handle mouse input.
The default behavior considers the entire area of the node to be "hoverable".