Table of Contents

Method RaiseMouseEnterLeaveEvents

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

RaiseMouseEnterLeaveEvents(Point, List<View?>)

INTERNAL: Raises the MouseEnter and MouseLeave events for the views that are under the mouse.

void RaiseMouseEnterLeaveEvents(Point screenPosition, List<View?> currentViewsUnderMouse)

Parameters

screenPosition Point

The position of the mouse.

currentViewsUnderMouse List<View>

The most recent result from GetViewsUnderLocation().