Beispiel #1
0
 /// <summary>
 /// Initializes static members of the <see cref="GlobalKeyboardHookHelper"/> class.
 /// </summary>
 public GlobalKeyboardHookHelper()
 {
     _hookId = InterceptKeys.SetHook(HookCallback);
 }