Table of Contents

Method RaiseMouseEvent

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

RaiseMouseEvent(Mouse)

INTERNAL API: Called when a mouse event is raised by the driver. Determines the view under the mouse and calls the appropriate View mouse event handlers.

void RaiseMouseEvent(Mouse mouse)

Parameters

mouse Mouse

The mouse event with coordinates relative to the screen.

Remarks

Can be used to simulate mouse events without a driver. Use InputInjector for input injection.