add Pilz.Input with KeyboardListener

This commit is contained in:
2020-12-02 09:30:50 +01:00
parent 4fe144c8b1
commit b1e08f328a
3 changed files with 454 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="WindowsBase" />
</ItemGroup>
</Project>