Method GrabMouse | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GrabMouse(View?)

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

public static void GrabMouse(View? view)

Parameters

view View

View that will receive all mouse events until UngrabMouse() is invoked.

Edit this page