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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnMouseEvent(MouseEventArgs)

Called when a mouse event occurs within the view's Viewport.

protected override bool OnMouseEvent(MouseEventArgs ev)

Parameters

ev MouseEventArgs

Returns

bool

true, if the event was handled, false otherwise.

Remarks

The coordinates are relative to Viewport.

Edit this page