25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
282 B

  1. // This code is distributed under MIT license.
  2. // Copyright (c) 2015 George Mamaladze
  3. // See license.txt or https://mit-license.org/
  4. using Gma.System.MouseKeyHook.WinApi;
  5. namespace Gma.System.MouseKeyHook.Implementation
  6. {
  7. internal delegate bool Callback(CallbackData data);
  8. }