mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Ignore helper "plugin"
This commit is contained in:
parent
edd9d45d47
commit
e238448e7d
1 changed files with 2 additions and 1 deletions
|
@ -23,11 +23,12 @@ namespace WindowsInk
|
|||
[PluginName("Relative Artist Mode (Windows Ink)"), SupportedPlatform(PluginPlatform.Windows)]
|
||||
public class WindowsInkRelative : RelativeOutputMode
|
||||
{
|
||||
[PluginIgnore, SupportedPlatform(PluginPlatform.Windows)]
|
||||
public class AbsoluteOutput : AbsoluteOutputMode
|
||||
{
|
||||
public override IVirtualTablet VirtualTablet => WindowsInkState.InkHandler ?? new InkHandler(Output);
|
||||
}
|
||||
private AbsoluteOutput AbsoluteOutputHelper;
|
||||
private AbsoluteOutput AbsoluteOutputHelper = new AbsoluteOutput();
|
||||
public override IVirtualMouse VirtualMouse => (WindowsInkState.InkHandler ?? new InkHandler(AbsoluteOutputHelper.Output));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue