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

10 lines
314 B
C#
Raw Normal View History

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