game_key_release
game_key_releaseRelease a held keyboard key or input action in Godot. Simulates key-up events to stop ongoing key presses.
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 |