1
This commit is contained in:
commit
bb95d27da3
@ -25,7 +25,7 @@ namespace 鼠标连点器
|
||||
private const int WM_KEYDOWN = 0x0100;
|
||||
private const int VK_F8 = 0x77; // Virtual key code for F8
|
||||
|
||||
/// Importing necessary Windows API functions
|
||||
// Importing necessary Windows API functions
|
||||
[DllImport("user32.dll", CharSet = CharSet.Auto, CallingConvention = CallingConvention.StdCall)]
|
||||
public static extern void mouse_event(int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user