예제 #1
0
파일: Base.cs 프로젝트: gxylgbx/Stroke
 public static void StopHook()
 {
     API.UnhookWindowsHookEx(_hookID);
     Enable = false;
 }