HasMouseCapture(IEventHandler)
Checks if the event handler is capturing the mouse.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool HasMouseCapture(this IEventHandler handler)
Parameters
Event handler to check.
Returns
Type | Description |
|---|---|
| bool | True if the handler captures the mouse. |