Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsMouseCaptured()

Checks if there is a handler capturing the mouse.
Read time 1 minuteLast updated 11 days ago

Definition

public static bool IsMouseCaptured()

Returns

Type

Description

boolTrue if a handler is capturing the mouse, false otherwise.