Static function
Fast
Input.Unbind
Unbinds all Input functions related to the given binding_name and input_event
Syntax
Input.Unbind(binding_name, input_event, callback = nil)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
binding_name
|
string | — | The keybinding id |
input_event
|
InputEvent | — | Which event to register (Released/Pressed) |
callback
optional
|
function | nil |
The specific function to unbind |