キー離す
dx12_key_upRelease a pressed key by VK code or name in the DX12 Engine editor. Complements key-down actions to simulate full keystrokes for automated input control.
Instructions
dx12_key_down で押したキーを離す。key は VK 整数 or 名前。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | VK コード(int)か キー名 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |