lovr.keyreleased
EditThis callback is called when a key is released.
function lovr.keyreleased(key, scancode)
-- your code here
end
Arguments
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