InputMap
Inherits: ObjectDescription
A singleton that manages all InputEventActions. Manages all InputEventAction which can be created/modified from the project settings menu or in code.Methods
add_action
StringName
The name of the action to add
float
The deadzone value (default: 0.2)
action_add_event
action_erase_event
has_action
get_actions
Example Usage
- GDScript
- C#