Skip to content

Instantly share code, notes, and snippets.

View Naeemullah1's full-sized avatar
🤪
Developing Tools for PUBGM

Naeemullah Naeemullah1

🤪
Developing Tools for PUBGM
View GitHub Profile
@Naeemullah1
Naeemullah1 / LowLevelMouseHooks.cs
Created May 6, 2021 00:07 — forked from dawsontoth/LowLevelMouseHooks.cs
Adds some low level mouse hooks to a WPF app, turning any left click into a double click.
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace Dawson.Accessibility
{
/// <summary>
/// Interaction logic for MouseHooker.xaml
/// Derived from http://blogs.msdn.com/b/toub/archive/2006/05/03/589468.aspx
/// </summary>