Table of Contents

Delegate IConsoleDriver.MouseEventHandler

Namespace
SharpConsoleUI.Drivers
Assembly
SharpConsoleUI.dll

Represents the method that will handle mouse events.

public delegate void IConsoleDriver.MouseEventHandler(object sender, List<MouseFlags> flags, Point point)

Parameters

sender object

The source of the event.

flags List<MouseFlags>

A list of mouse flags indicating the type of mouse action(s).

point Point

The position where the mouse event occurred.