Files
better-genshin-impact/Common/MouseKeyHook/Implementation/Subscribe.cs
2024-12-18 23:17:52 +08:00

10 lines
288 B
C#

// 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 HookResult Subscribe(Callback callbck);
}