# clickCount

> Gets the number of consecutive times a down-up sequence was executed in a short amount of time with the same pointer ID and button.

## Definition

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

```csharp
public int clickCount { get; protected set; }
```

### Remarks

See [IPointerEvent.clickCount](/engine/6000.3/script-reference/unityengine/uielements/ipointerevent/clickcount.md)
