示例#1
0
文件: LowKey.cs 项目: Beluki/LowKey
        /// <summary>
        /// Dispose the hooker.
        /// </summary>
        public void Dispose()
        {
            if (hookID != IntPtr.Zero)
            {
                Unhook();
            }

            instance = null;
        }