# Sandbox.Input.Keyboard.Released

```csharp
static bool Released(string keyName)
```

Keyboard key was pressed but now it isn't

### Parameters

- `keyName` (`string`)

### Returns

`bool`

Declared in [Sandbox.Input.Keyboard](/api/Sandbox.Input.Keyboard).
Assembly: `Sandbox.Engine`.
