This version of Unity is unsupported.

PointerCaptureHelper

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

A static class to capture and release pointers.

Static Methods

CapturePointerCaptures the pointer.
GetCapturingElementReturns the element that is capturing the pointer.
HasPointerCaptureTests whether the element has captured the pointer.
ReleasePointerTests whether an element captured a pointer and, if so, tells the element to release the pointer.