Table of Contents

Method GrabMouse

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

GrabMouse(View?)

Grabs the mouse, forcing all mouse events to be routed to the specified view until UngrabMouse() is called.

void GrabMouse(View? view)

Parameters

view View

The View that will receive all mouse events until UngrabMouse() is invoked. If null, the grab is released.