PointerCaptureHelper
A static class to capture and release pointers.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static class PointerCaptureHelper
Static Methods
Method | Description |
|---|---|
| CapturePointer | Captures the pointer. |
| GetCapturingElement | Returns the element that is capturing the pointer. |
| HasPointerCapture | Tests whether the element has captured the pointer. |
| ReleasePointer | Tests whether an element captured a pointer and, if so, tells the element to release the pointer. |