Handle mouse input.
Only one node can run its inputImpl callback per frame, specifically, the last one to register its input. This is to prevent parents or overlapping children to take input when another node is drawn on them.
See Implementation
Handle mouse input.
Only one node can run its inputImpl callback per frame, specifically, the last one to register its input. This is to prevent parents or overlapping children to take input when another node is drawn on them.