# Sandbox.Input.Down

```csharp
static bool Down(string action, bool complainOnMissing = True)
```

Action is currently pressed down

### Parameters

- `action` (`string`)
- `complainOnMissing` (`bool`), default `True`

### Returns

`bool`

Declared in [Sandbox.Input](/api/Sandbox.Input).
Assembly: `Sandbox.Engine`.
