Version: 2021.1
言語: 日本語
public static void CapturePointer (UIElements.IEventHandler handler, int pointerId);

パラメーター

handler The VisualElement that captures the pointer.
pointerId The pointer to capture.

説明

Captures the pointer.

When a VisualElement captures a pointer, all pointer events are sent to the element, regardless of which element is under the pointer.