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

パラメーター

handler The element which potentially captured the pointer.
pointerId The captured pointer.

説明

Tests whether an element captured a pointer and, if so, tells the element to release the pointer.


public static void ReleasePointer (UIElements.IPanel panel, int pointerId);

パラメーター

panel The panel that holds the element that captured the pointer.
pointerId The captured pointer.

説明

Releases the pointer.