game_key_release
Release a previously held key or Godot input action to stop ongoing input. Use this tool when a game control needs to be lifted, letting the engine register the release event.
Instructions
Release a previously held key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key name to release | |
| action | No | Godot input action name to release |