Check if the node is being pressed. Performs action lookup.
This is a helper for nodes that might do something when pressed, for example, buttons.
Preferrably, the node should implement an isPressed property and cache the result of this!
See Implementation
Check if the node is being pressed. Performs action lookup.
This is a helper for nodes that might do something when pressed, for example, buttons.
Preferrably, the node should implement an isPressed property and cache the result of this!