Evento
Input.KeyBindingChange
A key binding has been changed through the settings
Non ancora tradotto
Sintassi
Input.Subscribe("KeyBindingChange", function(binding_name, key, scale)
-- il tuo codice
end)
Argomenti
| Nome | Tipo | Predefinito | Descrizione |
|---|---|---|---|
binding_name
|
string | — | The keybinding id |
key
|
string | — | The new key associated |
scale
|
float | — | The scale input (usually 1 or -1) |