An interface to be implemented by all nodes that can perform actions when hovered (eg. on click)
Get the underlying node.
Check if the node is disabled. mixin makeHoverable to implement.
Check if the node is hovered.
Handle mouse input on the node.
Run input actions for the node.
See Implementation
An interface to be implemented by all nodes that can perform actions when hovered (eg. on click)