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
senderobjectThe source of the event.
flagsList<MouseFlags>A list of mouse flags indicating the type of mouse action(s).
pointPointThe position where the mouse event occurred.