lovr.keyreleased
EditThis callback is called when a key is released.
function lovr.keyreleased(key, scancode)
-- your code here
endArguments
| Name | Type | Description |
| key | KeyCode | The key that was released. |
| scancode | number | The id of the key (ignores keyboard layout, may vary between keyboards). |
Returns
Nothing