Quasar/Client/Core/MouseKeyHook/Implementation/Subscribe.cs

10 lines
314 B
C#

// This code is distributed under MIT license.
// Copyright (c) 2015 George Mamaladze
// See license.txt or http://opensource.org/licenses/mit-license.php
using xClient.Core.MouseKeyHook.WinApi;
namespace xClient.Core.MouseKeyHook.Implementation
{
internal delegate HookResult Subscribe(Callback callbck);
}