From 760986f026e793dcae8f325f047cf0e35d109ef4 Mon Sep 17 00:00:00 2001 From: TheXamlGuy Date: Thu, 4 Jan 2024 22:30:28 +0000 Subject: [PATCH] Formatting --- Hyperbar.Desktop.Win32/KeyIntrop.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Hyperbar.Desktop.Win32/KeyIntrop.cs b/Hyperbar.Desktop.Win32/KeyIntrop.cs index 0a28250..a9cc941 100644 --- a/Hyperbar.Desktop.Win32/KeyIntrop.cs +++ b/Hyperbar.Desktop.Win32/KeyIntrop.cs @@ -29,7 +29,6 @@ public class KeyIntrop public static void Release(VirtualKey key) => SendKey(key, false); - public static unsafe void Type(VirtualKey key, params VirtualKey[] modifierKeys) {