Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 8edfbf3

Browse files
committed
update source
1 parent 2e9bea5 commit 8edfbf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EventHook/Hooks/MouseHook.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System.ComponentModel;
33
using System.Runtime.InteropServices;
44

5+
//http://stackoverflow.com/questions/11607133/global-mouse-event-handler
56
namespace EventHook.Hooks
67
{
78
internal class RawMouseEventArgs : EventArgs
@@ -98,4 +99,4 @@ private static extern IntPtr CallNextHookEx(IntPtr hhk, int nCode,
9899
private delegate IntPtr LowLevelMouseProc(int nCode, IntPtr wParam, IntPtr lParam);
99100

100101
}
101-
}
102+
}

0 commit comments

Comments
 (0)