Skip to content

Commit 639c79c

Browse files
adding more functionalities
1 parent d1addd9 commit 639c79c

File tree

20 files changed

+1507
-91
lines changed

20 files changed

+1507
-91
lines changed

AutoItLee/AutoItLee.xml

Lines changed: 347 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AutoItLee/AutoItLeeHelper.cs

Lines changed: 437 additions & 24 deletions
Large diffs are not rendered by default.

AutoItLee/CommonEnum.cs

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public class CommonEnum
1313
{
1414

1515
/// <summary>
16-
/// MouseClick Enum
16+
/// MouseButton Enum
1717
/// </summary>
18-
public enum MouseClick
18+
public enum MouseButton
1919
{
2020
/// <summary>
2121
/// Right click intervention
@@ -25,7 +25,32 @@ public enum MouseClick
2525
/// <summary>
2626
/// Left click intervention
2727
/// </summary>
28-
LEFT = 2
28+
LEFT = 2,
29+
30+
/// <summary>
31+
/// Middle click intervention
32+
/// </summary>
33+
MIDDLE = 3,
34+
35+
/// <summary>
36+
/// Main click intervention
37+
/// </summary>
38+
MAIN = 4,
39+
40+
/// <summary>
41+
/// Menu click intervention
42+
/// </summary>
43+
MENU = 5,
44+
45+
/// <summary>
46+
/// Primary click intervention
47+
/// </summary>
48+
PRIMARY = 6,
49+
50+
/// <summary>
51+
/// Secondary click intervention
52+
/// </summary>
53+
SECONDARY = 7
2954
}
3055
}
3156
}
4 KB
Binary file not shown.
1.13 KB
Binary file not shown.

AutoItLee/bin/Debug/netstandard2.0/AutoItLee.xml

Lines changed: 347 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4 KB
Binary file not shown.
1.13 KB
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)