Inputs.IsKeyDown¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | None | ||
| Output ➡️ | Outputs a boolean value indicating whether the specified key is currently pressed down. | Bool | ||
| Key | No | The key to check. | `` | String | 
This shard outputs true if the key specified is currently pressed down, and false otherwise.