Method GetMouse
GetMouse(ConsoleKeyInfo[], out List<MouseFlags>, out Point, Action<MouseFlags, Point>)
Gets the MouseFlags mouse button flags and the position.
public static void GetMouse(ConsoleKeyInfo[] cki, out List<MouseFlags> mouseFlags, out Point pos, Action<MouseFlags, Point> continuousButtonPressedHandler)
Parameters
ckiConsoleKeyInfo[]The ConsoleKeyInfo array.
mouseFlagsList<MouseFlags>The mouse button flags.
posPointThe mouse position.
continuousButtonPressedHandlerAction<MouseFlags, Point>The handler that will process the event.