예제 #1
0
 public static bool AppClick(this IMouseEventArgs e) => (e.Down() && e.Left()) || e.OpenContextMenu();
예제 #2
0
 public static bool IsPressed(this IMouseEventArgs e) =>
 e.Down() && e.Left();