Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

MouseCaptureController.ReleaseMouseCapture

マニュアルに切り替える
public static void ReleaseMouseCapture (Experimental.UIElements.IEventHandler handler);
public static void ReleaseMouseCapture ();

パラメーター

handlerThe event handler to stop capturing the mouse. If this handler is not assigned to capturing the mouse, nothing happens.

説明

Stops an event handler from capturing the mouse.