Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasMouseCapture(IEventHandler)

Checks if the event handler is capturing the mouse.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool HasMouseCapture(this IEventHandler handler)

Parameters

Event handler to check.

Returns

Type

Description

boolTrue if the handler captures the mouse.