Version: 2020.1
言語: 日本語

MouseCaptureController

class in UnityEngine.UIElements

マニュアルに切り替える

説明

Class that manages capturing mouse events.

Static 関数

CaptureMouseAssigns an event handler to capture mouse events.
HasMouseCaptureChecks if the event handler is capturing the mouse.
IsMouseCapturedChecks if there is a handler capturing the mouse.
ReleaseMouseStops an event handler from capturing the mouse.