Skip to content

Instantly share code, notes, and snippets.

View msojocs's full-sized avatar
👋
Pia~

msojocs msojocs

👋
Pia~
View GitHub Profile
@msojocs
msojocs / Simulation.cs
Created August 1, 2024 08:04 — 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