# Sandbox.Component.IPressable.Pressing

```csharp
bool Pressing(Event e)
```

Still being pressed. Return true to allow the press to continue, false cancel the press

### Parameters

- `e` (`Event`)

### Returns

`bool`

Declared in [Sandbox.Component.IPressable](/api/Sandbox.Component.IPressable).
Assembly: `Sandbox.Engine`.
