Static function
Fast
Bleeding edge only
Input.IsBindingDown
Returns if a Key Binding is being pressed.<br><br>A Binding can be mapped to more than one Key, any of them being pressed is enough for this to return <code>true</code>.
Syntax
Input.IsBindingDown(binding_name)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
binding_name
|
string | — | — |
Returns
- boolean if the Key Binding is pressed