This is a base interface for nodes that respond to input actions. While ActionIO shouldn't interact with nodes directly, input handling systems like FocusIO or HoverIO will expect nodes to implement this interface if they support input actions.
Handle an input action.
Determine if the node can currently handle input.
Memory safe and const object comparison.
See Implementation
This is a base interface for nodes that respond to input actions. While ActionIO shouldn't interact with nodes directly, input handling systems like FocusIO or HoverIO will expect nodes to implement this interface if they support input actions.