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) {