Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

MouseCaptureController.HasMouseCapture

Declaration

public static bool HasMouseCapture(UIElements.IEventHandler handler);

Parameters

handler Event handler to check.

Returns

bool True if the handler captures the mouse.

Description

Checks if the event handler is capturing the mouse.