---
title: BEKeyEntry
framework: browserenginekit
role: symbol
role_heading: Class
path: browserenginekit/bekeyentry
---

# BEKeyEntry

A class that represents a keyboard event in the text system.

## Declaration

```swift
class BEKeyEntry
```

## Topics

### Identifying the key

- [key](browserenginekit/bekeyentry/key.md)

### Getting information about the keypress

- [state](browserenginekit/bekeyentry/state.md)
- [BEKeyEntry.KeyPressState](browserenginekit/bekeyentry/keypressstate.md)
- [isKeyRepeating](browserenginekit/bekeyentry/iskeyrepeating.md)
- [timestamp](browserenginekit/bekeyentry/timestamp.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Keyboard input

- [BEKeyEntryContext](browserenginekit/bekeyentrycontext.md)
- [BEKeyModifierFlags](browserenginekit/bekeymodifierflags.md)
