Initialize Windows desktop skeleton
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WirelessTextSyncer.Windows.Services;
|
||||
|
||||
public interface IKeyboardInjectionService
|
||||
{
|
||||
void InsertText(string text);
|
||||
|
||||
void Backspace();
|
||||
|
||||
void Enter();
|
||||
}
|
||||
Reference in New Issue
Block a user