Event
Input.KeyUp
A keyboard key has been released
Syntax
Input.Subscribe("KeyUp", function(key_name, delta)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
key_name
|
string | — | The key pressed |
delta
optional
|
float? | — | The amount depressed in case of this is an Axis input |
Returns
- boolean Return false to block it