Table of Contents

Property Mouse

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Mouse

Gets the IMouse instance that manages mouse event handling and state.

[Obsolete("The legacy static Application object is going away.")]
public static IMouse Mouse { get; }

Property Value

IMouse

Remarks

This property provides access to mouse-related functionality in a way that supports parallel test execution by avoiding static state.