Skip to content

Instantly share code, notes, and snippets.

@dudikeleti
dudikeleti / GlobalKeyboardHook.cs
Created July 10, 2018 09:08
Low-Level Global Keyboard Hook in C#
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;