aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-17 11:44:01 +0700
committerEverythingWindows <[email protected]>2022-11-17 11:44:01 +0700
commit9d0b741e7b1ced233cd791f51e1c975b60d43acd (patch)
treec946d787509201ada3a34553c01a275f2f17969e /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
parentdc8ddb780f10e7c8372c558ad4dec5fd171b8cc8 (diff)
downloadshiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.tar.gz
shiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.tar.bz2
shiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.zip
Added KeyboardHandler to handle shortcuts and key input to make it universally used
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
-rw-r--r--ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
index 065208b..8a84f82 100644
--- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
+++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj
@@ -93,6 +93,7 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Functions\InGame\Hardwares\KeyboardHandler.vb" />
<Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" />
<Compile Include="Functions\InGame\SystemManager\Terminate.vb" />
<Compile Include="MainForms\BugSlap.Designer.vb">