キータップ(1フレーム)
dx12_key_pressTap a key for one frame: press and release instantly to trigger keyPressed() once. Use for testing single-action inputs like jumping.
Instructions
キーを1フレームだけ押して離す(isKeyPressed / keyPressed() が1回立つ)。ジャンプ(SPACE)などのタップ操作の確認に。key は VK 整数 or 名前。押しっぱなしにはならない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | VK コード(int)か キー名("SPACE" 等) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |