InputNode.checkIsPressed

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!

class InputNode(Parent : Node)
protected
bool
checkIsPressed
()

Meta