Version: 2021.1
言語: 日本語
public static void CaptureMouse (UIElements.IEventHandler handler);

パラメーター

handler The event handler that captures mouse events.

説明

Assigns an event handler to capture mouse events.

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