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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

InvokeCommandsBoundToMouse(MouseEventArgs)

protected bool? InvokeCommandsBoundToMouse(MouseEventArgs mouseEventArgs)

Parameters

mouseEventArgs MouseEventArgs

The mouse event passed.

Returns

bool?

null if no command was invoked; input processing should continue.false if at least one command was invoked and was not handled (or cancelled); input processing should continue.true if at least one command was invoked and handled (or cancelled); input processing should stop.