Skip to content

Instantly share code, notes, and snippets.

View sfalkorr's full-sized avatar

Drakian sfalkorr

View GitHub Profile
@sfalkorr
sfalkorr / Simulation.cs
Created December 21, 2023 15:13 — forked from DrustZ/Simulation.cs
Simulate keyboard and mouse input in WPF (similar to sendkeys in winform)
using System;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Permissions;
using System.Windows.Input;
namespace Demo