restructure

This commit is contained in:
TheXamlGuy
2024-01-06 16:56:32 +00:00
parent 71881ad877
commit 9fdb125c13
17 changed files with 88 additions and 54 deletions
@@ -0,0 +1,7 @@
namespace Hyperbar.Windows.Interop
{
public interface IVirtualKeyboard
{
void Send(int key, params int[] modifierKeys);
}
}