Skip to content

InputWatcher

Inherits: Node

Fires signals based on configured input events

Description

The InputWatcher fires signals based on detected input events. This enables other nodes to react to inputs through signals in the editor.

Properties

Type Name Default
bool stop_propagation
int process_input_mode 3
String action
CustomLogger logger

Property Descriptions

stop_propagation

bool stop_propagation

If true, consumes the event, marking it as handled so no other nodes try to handle this input event.

process_input_mode

int process_input_mode = 3

Always process inputs or only when parent node is visible

action

String action

Name of the input action in the InputMap to watch for

logger

CustomLogger logger

Note

There is currently no description for this property. Please help us by contributing one!