Skip to content

Instantly share code, notes, and snippets.

View Sabreil's full-sized avatar

Richard Michalka Sabreil

View GitHub Profile
@Sabreil
Sabreil / keyboardlistener.cs
Created March 10, 2017 21:55 — forked from Ciantic/keyboardlistener.cs
C# Keyboard listener
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Windows.Input;
using System.Windows.Threading;
using System.Collections.Generic;
namespace Ownskit.Utils
{