iocommander input and virtual input
This commit is contained in:
@@ -18,4 +18,11 @@ public static class ModuleExtensions
|
||||
self.Bind<WindowsIOCommanderDebugViewSettings,ISettings>().ToConstant(new WindowsIOCommanderDebugViewSettings());
|
||||
return self;
|
||||
}
|
||||
|
||||
public static IKernel UseIOCommanderVirtualInput(this IKernel self)
|
||||
{
|
||||
self.Bind<VirtualInputSettings, ISettings>().To<VirtualInputSettings>().InSingletonScope();
|
||||
self.Rebind<IIOCommanderFactory>().To<IOCommanderVirtualInputFactory>().InSingletonScope();
|
||||
return self;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user