---
title: up
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/keypress/phases/up
---

# up

The user released a key.

## Declaration

```swift
static let up: KeyPress.Phases
```

## See Also

### Getting the phases

- [down](swiftui/keypress/phases/down.md)
- [repeat](swiftui/keypress/phases/repeat.md)
- [all](swiftui/keypress/phases/all.md)
