Skip to content

Instantly share code, notes, and snippets.

View mpalmujoki's full-sized avatar

Mikael Palmujoki mpalmujoki

View GitHub Profile
@mpalmujoki
mpalmujoki / keyboardlistener.cs
Created April 13, 2018 10:27 — 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
{