Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PointerCaptureHelper

A static class to capture and release pointers.
Read time 1 minuteLast updated 6 days ago

Definition

public static class PointerCaptureHelper

Static Methods

Method

Description

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.