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

MouseCaptureController.TakeMouseCapture

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

パラメーター

handlerThe event handler to capture the mouse.

説明

Assigns an event handler to capture the mouse.

If an event handler is already assigned to capture the mouse, the event handler is replaced with the handler specified by this method.