# PenEventType

> Indicates the type of action of a pen event.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.InputLegacyModule

```csharp
public enum PenEventType
```

## Fields

| Value                                                                              | Description       |
| ---------------------------------------------------------------------------------- | ----------------- |
| [NoContact](/engine/6000.7/script-reference/unityengine/peneventtype/nocontact.md) | No pen contact.   |
| [PenDown](/engine/6000.7/script-reference/unityengine/peneventtype/pendown.md)     | A pen down event. |
| [PenUp](/engine/6000.7/script-reference/unityengine/peneventtype/penup.md)         | A pen up event.   |
