add OpenTK3 to keep OpenTK.Input alive & change checking for pressed keys back

This commit is contained in:
2020-12-02 14:02:59 +01:00
parent 7718b03576
commit 0491d9250c
3 changed files with 23 additions and 8 deletions

View File

@@ -94,4 +94,9 @@
<ItemGroup>
<Compile Remove="ModelPreview.Designer.vb" />
</ItemGroup>
<ItemGroup>
<Reference Include="OpenTK3">
<HintPath>..\Shared Libs\OpenTK3.dll</HintPath>
</Reference>
</ItemGroup>
</Project>