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