# touchPointerCount

> The number of touch pointers the implementation supports.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public static readonly int touchPointerCount
```

### Remarks

The pointer ID for a touch event is a number between touchPointerIdBase and touchPointerIdBase + touchPointerCount - 1.
