---
title: allPresses
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipressesevent/allpresses
---

# allPresses

The state of all physical buttons in the event.

## Declaration

```swift
var allPresses: Set<UIPress> { get }
```

## Return Value

Return Value The set of UIPress instances that participated in this event.

## See Also

### Reading the event button presses

- [presses(for:)](uikit/uipressesevent/presses(for:).md)
