Method MouseEvent | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

MouseEvent(MouseEvent)

Method invoked when a mouse event is generated

public virtual bool MouseEvent(MouseEvent mouseEvent)

Parameters

mouseEvent MouseEvent

Contains the details about the mouse event.

Returns

bool

true, if the event was handled, false otherwise.

Edit this page