Table of Contents

Method HandleMouseGrab

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

HandleMouseGrab(View?, MouseEventArgs)

Handles mouse grab logic for a mouse event.

bool HandleMouseGrab(View? deepestViewUnderMouse, MouseEventArgs mouseEvent)

Parameters

deepestViewUnderMouse View

The deepest view under the mouse.

mouseEvent MouseEventArgs

The mouse event to handle.

Returns

bool

true if the event was handled by the grab handler; otherwise false.