Skip to content

Instantly share code, notes, and snippets.

View dzonesasaki's full-sized avatar

Daizo Sasaki dzonesasaki

View GitHub Profile
@dzonesasaki
dzonesasaki / SendKey.cs
Last active March 2, 2021 00:35 — forked from romichi/SendKey.cs
C#でSendInputを使う
using System.Runtime.InteropServices;
namespace SendKey
{
class SendKey
{
// ref to https://gist.github.com/romichi/4971512
[StructLayout(LayoutKind.Sequential)]
private struct MOUSEINPUT