Event
Input.KeyBindingChange
A key binding has been changed through the settings
Syntax
Input.Subscribe("KeyBindingChange", function(binding_name, key, scale)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
binding_name
|
string | — | The keybinding id |
key
|
string | — | The new key associated |
scale
|
float | — | The scale input (usually 1 or -1) |