Beispiel #1
0
 public static bool StopTrackingLeftClickEvent(IntPtr hook)
 {
     return(WinAPIDeclarations.UnhookWindowsHookEx(hook));
 }