# PointerType

> Pointer types.

## Definition

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

```csharp
public enum PointerType
```

## Fields

| Value                                                                     | Description                        |
| ------------------------------------------------------------------------- | ---------------------------------- |
| [Mouse](/engine/6000.6/script-reference/unityengine/pointertype/mouse.md) | The pointer type for mouse events. |
| [Pen](/engine/6000.6/script-reference/unityengine/pointertype/pen.md)     | The pointer type for pen events.   |
| [Touch](/engine/6000.6/script-reference/unityengine/pointertype/touch.md) | The pointer type for touch events. |
