Method MouseEvent | Terminal.Gui v1 (original) (raw)
Namespace
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
true
, if the event was handled, false
otherwise.