Class PointerCaptureEvent
Event sent when a pointer is captured by a VisualElement.
Inheritance
PointerCaptureEvent
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class PointerCaptureEvent : PointerCaptureEventBase<PointerCaptureEvent>, IPointerCaptureEvent
Remarks
When a pointer is captured by a VisualElement, all pointer events are sent to that VisualElement until the pointer is released.